mirror of
https://github.com/ziglang/zig.git
synced 2024-11-15 16:45:27 +00:00
delete rogue file
what the hell, how did this file get here
This commit is contained in:
parent
2c49a6c190
commit
68f8cbbf37
9
build.sh
9
build.sh
@ -1,9 +0,0 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
if [ "x$1" != x--debug ]; then
|
||||
cmake -GNinja -S. -Bbuild -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER:FILEPATH=clang -DCMAKE_CXX_COMPILER:FILEPATH=clang++ -DZIG_NO_LIB:BOOL=ON
|
||||
cmake --build build
|
||||
cmake --install build
|
||||
fi
|
||||
build/stage3/bin/zig build -p debug -Dno-lib -Denable-stage1 -Denable-llvm -freference-trace
|
||||
#build/stage3/bin/zig build -p only-c -Dno-lib -Donly-c
|
Loading…
Reference in New Issue
Block a user