commit 68f8cbbf3794fe04aac7b8f28f9f4ef9f5faf789 (tree) parent 2c49a6c1909e7ea17af5fb7d43adef45d7125473 Author: Andrew Kelley <andrew@ziglang.org> Date: Mon, 5 Dec 2022 18:25:35 -0700 delete rogue file what the hell, how did this file get here Diffstat:
| D | build.sh | | | 9 | --------- |
1 file changed, 0 insertions(+), 9 deletions(-)
diff --git a/build.sh b/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