mirror of
https://github.com/ziglang/zig.git
synced 2024-11-27 07:32:44 +00:00
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:
parent
bd4a1f38fa
commit
ec1334d2d4
@ -770,7 +770,6 @@ set(BUILD_ZIG2_ARGS
|
|||||||
--name zig2 -femit-bin="${ZIG2_C_SOURCE}"
|
--name zig2 -femit-bin="${ZIG2_C_SOURCE}"
|
||||||
--pkg-begin build_options "${CMAKE_BINARY_DIR}/config.zig" --pkg-end
|
--pkg-begin build_options "${CMAKE_BINARY_DIR}/config.zig" --pkg-end
|
||||||
-target "${HOST_TARGET_TRIPLE}"
|
-target "${HOST_TARGET_TRIPLE}"
|
||||||
--color on
|
|
||||||
)
|
)
|
||||||
|
|
||||||
add_custom_command(
|
add_custom_command(
|
||||||
|
Loading…
Reference in New Issue
Block a user