We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 700a60b commit 14538e1Copy full SHA for 14538e1
.github/workflows/main.yml
@@ -99,7 +99,10 @@ jobs:
99
id: build_package
100
run: |
101
cd ${{ github.workspace }}/main
102
- make clean package SIDELOADING=1
+ make clean package SIDELOADING=1 WERROR=0 \
103
+ ADDITIONAL_OBJCXXFLAGS="-Wno-vla-cxx-extension -Wno-error=vla-cxx-extension" \
104
+ ADDITIONAL_CFLAGS="-Wno-vla -Wno-error=vla"
105
+
106
env:
107
THEOS: ${{ github.workspace }}/theos
108
0 commit comments