mirror of
https://gitlab.winehq.org/wine/vkd3d.git
synced 2024-11-21 16:46:41 -08:00
gitlab: Remove no longer needed -Wno-enum-conversion from build-mac.
This commit is contained in:
parent
85f21f197c
commit
b47ac10b5c
Notes:
Alexandre Julliard
2023-11-28 00:12:39 +01:00
Approved-by: Henri Verbeet (@hverbeet) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/vkd3d/-/merge_requests/493
@ -11,7 +11,7 @@ set -Eeuxo pipefail
|
|||||||
rm -fr build
|
rm -fr build
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
if ../configure CFLAGS="-g -O2 -Wno-implicit-fallthrough -Wno-enum-conversion -Werror" && \
|
if ../configure CFLAGS="-g -O2 -Wno-implicit-fallthrough -Werror" && \
|
||||||
make -j$(sysctl -n hw.ncpu) ; then
|
make -j$(sysctl -n hw.ncpu) ; then
|
||||||
make -j$(sysctl -n hw.ncpu) check || \
|
make -j$(sysctl -n hw.ncpu) check || \
|
||||||
touch ../tests_failed
|
touch ../tests_failed
|
||||||
|
Loading…
Reference in New Issue
Block a user