authorgravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-05 13:17:07-07:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2022-12-06 12:15:05-07:00
logec1334d2d41c3e1ca57ad1c3a213d4cc8fc8dd5e
tree049446469fddc9a13e2e10798d5e4b151c2a713c
parentbd4a1f38fa6895e85dcec0436a779af75df1872a

CMake: remove --color on

This flag makes CI servers print garbage to the terminal. I started implementing detection in wasi.c, but it would have destroyed the beautiful code that only touches the C stdlib, does not do any conditional compilation based on the operating system, or rely on any POSIX functions. So instead, let's just do without this flag to retain simplicity in this step of the build process.

1 files changed, 0 insertions(+), 1 deletions(-)

CMakeLists.txt-1
......@@ -770,7 +770,6 @@ set(BUILD_ZIG2_ARGS
770770 --name zig2 -femit-bin="${ZIG2_C_SOURCE}"
771771 --pkg-begin build_options "${CMAKE_BINARY_DIR}/config.zig" --pkg-end
772772 -target "${HOST_TARGET_TRIPLE}"
773 --color on
774773)
775774
776775add_custom_command(