delete rogue file
what the hell, how did this file get here
1 files changed, 0 insertions(+), 9 deletions(-)
build.sh deleted-9
| ... | ... | @@ -1,9 +0,0 @@ |
| 1 | | #!/bin/sh |
| 2 | | set -e |
| 3 | | if [ "x$1" != x--debug ]; then |
| 4 | | cmake -GNinja -S. -Bbuild -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_C_COMPILER:FILEPATH=clang -DCMAKE_CXX_COMPILER:FILEPATH=clang++ -DZIG_NO_LIB:BOOL=ON |
| 5 | | cmake --build build |
| 6 | | cmake --install build |
| 7 | | fi |
| 8 | | build/stage3/bin/zig build -p debug -Dno-lib -Denable-stage1 -Denable-llvm -freference-trace |
| 9 | | #build/stage3/bin/zig build -p only-c -Dno-lib -Donly-c |