Skip to content

Commit 16c0920

Browse files
authored
build.yml: Cleanup CFLAGS & CROSSCFLAGS
1 parent c624348 commit 16c0920

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/build.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ env:
1010
CXX: clang++
1111
CPATH: /usr/local/include
1212
LIBRARY_PATH: /usr/local/lib
13-
CFLAGS: -O3 -Wno-deprecated-declarations -Wno-format -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-int-conversion
14-
CROSSCFLAGS: -O3 -Wno-deprecated-declarations -Wno-format -Wno-incompatible-pointer-types -Wno-implicit-function-declaration -Wno-int-conversion
13+
CFLAGS: -O3
14+
CROSSCFLAGS: -O3 -Wno-error=incompatible-pointer-types -Wno-error=int-conversion
1515
LDFLAGS: -Wl,-ld_classic -Wl,-headerpad_max_install_names -Wl,-rpath,@loader_path/../../ -Wl,-rpath,/usr/local/lib
1616
MACOSX_DEPLOYMENT_TARGET: 10.14
1717
WINE_CONFIGURE: $GITHUB_WORKSPACE/configure
@@ -37,9 +37,6 @@ jobs:
3737
"pkg-config"
3838
"gcenx/wine/cx-llvm"
3939
40-
# Utilities (DXVK)
41-
"jq"
42-
4340
# Dependencies
4441
"freetype"
4542
"gettext"

0 commit comments

Comments
 (0)