mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-23 13:00:17 +00:00
Update build_with_warnings.sh
This commit is contained in:
parent
59ed97aa5a
commit
372446c1d2
@ -1,5 +1,5 @@
|
||||
SRC=$(find src/ -name "*.cpp")
|
||||
|
||||
FLAGS="-std=c++17 -O1 -stdlib=libc++ -Iinclude -frtti -W -Wno-unused-parameter"
|
||||
FLAGS="-std=c++17 -O1 -stdlib=libc++ -Iinclude -frtti -W -Wno-unused-parameter -Wno-sign-compare"
|
||||
|
||||
clang++ $FLAGS -o main -O1 src2/main.cpp $SRC
|
||||
|
Loading…
x
Reference in New Issue
Block a user