blob: fbad7bb9df6085c4b9a051d497b11da68ca4c65b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- CMakeLists.txt.orig 2023-01-31 09:51:54 UTC
+++ CMakeLists.txt
@@ -1089,6 +1089,7 @@ set(ZIG_BUILD_ARGS
"-Dtarget=${ZIG_TARGET_TRIPLE}"
"-Dcpu=${ZIG_TARGET_MCPU}"
"-Dversion-string=${ZIG_VERSION}"
+ "--verbose"
)
add_custom_target(stage3 ALL
|