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.
This commit is contained in:
Andrew Kelley 2022-12-05 13:17:07 -07:00
parent bd4a1f38fa
commit ec1334d2d4

View File

@ -770,7 +770,6 @@ set(BUILD_ZIG2_ARGS
--name zig2 -femit-bin="${ZIG2_C_SOURCE}"
--pkg-begin build_options "${CMAKE_BINARY_DIR}/config.zig" --pkg-end
-target "${HOST_TARGET_TRIPLE}"
--color on
)
add_custom_command(