add flag
This commit is contained in:
2
build.sh
2
build.sh
@@ -1,7 +1,7 @@
|
||||
cd "$(dirname "$0")"
|
||||
mkdir build
|
||||
pushd build
|
||||
clang ../src/meta/build_tool.c -ldl -o build_tool.exe -g -fdiagnostics-absolute-paths
|
||||
clang ../src/meta/build_tool.c -ldl -o build_tool.exe -g -fdiagnostics-absolute-paths -Wsingle-bit-bitfield-constant-conversion
|
||||
popd
|
||||
|
||||
./build/build_tool.exe -cc=clang
|
||||
Reference in New Issue
Block a user