This commit is contained in:
Krzosa Karol
2025-04-01 10:26:03 +02:00
parent 656c7424e8
commit d45673b9ad

View File

@@ -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