Commit 68f8cbbf37

Andrew Kelley <andrew@ziglang.org>
2022-12-06 02:25:35
delete rogue file
what the hell, how did this file get here
1 parent 2c49a6c
Changed files (1)
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