| author | |
| committer | |
| log | 553fbeba825653da8be8040be1c0b4d4fe025066 |
| tree | 13c7e81a5d583c16cdefefe81d59b491e98d0b4d |
| parent | 85755c51d529e7d9b406c6bdf69ce0a0f33f3353 |
3 files changed, 5 insertions(+), 2 deletions(-)
ci/azure/macos_script+1-1| ... | ... | @@ -38,7 +38,7 @@ cmake .. \ |
| 38 | 38 | -DCMAKE_PREFIX_PATH="$PREFIX" \ |
| 39 | 39 | -DCMAKE_BUILD_TYPE=Release \ |
| 40 | 40 | -DZIG_TARGET_TRIPLE="$ARCH-native-gnu" \ |
| 41 | -DZIG_TARGET_MCPU="baseline" \ | |
| 41 | -DZIG_TARGET_MCPU="x86_64_v2" \ | |
| 42 | 42 | -DZIG_STATIC=ON |
| 43 | 43 | |
| 44 | 44 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables |
ci/azure/windows_script+2| ... | ... | @@ -35,6 +35,8 @@ cmake .. -DCMAKE_BUILD_TYPE=Release \ |
| 35 | 35 | "-DCMAKE_INSTALL_PREFIX=$(pwd)/dist" \ |
| 36 | 36 | -DZIG_OMIT_STAGE2=ON \ |
| 37 | 37 | -DZIG_STATIC=ON \ |
| 38 | -DZIG_TARGET_TRIPLE="x86_64-native-gnu" \ | |
| 39 | -DZIG_TARGET_MCPU="x86_64_v2" \ | |
| 38 | 40 | -GNinja |
| 39 | 41 | |
| 40 | 42 | # Now cmake will use zig as the C/C++ compiler. We reset the environment variables |
ci/srht/freebsd_script+2-1| ... | ... | @@ -34,7 +34,8 @@ cmake .. \ |
| 34 | 34 | -DCMAKE_PREFIX_PATH=$PREFIX \ |
| 35 | 35 | "-DCMAKE_INSTALL_PREFIX=$(pwd)/release" \ |
| 36 | 36 | -DZIG_STATIC=ON \ |
| 37 | -DZIG_TARGET_TRIPLE="x86_64-freebsd-gnu" \ | |
| 37 | -DZIG_TARGET_TRIPLE="x86_64-native-gnu" \ | |
| 38 | -DZIG_TARGET_MCPU="x86_64_v2" \ | |
| 38 | 39 | -GNinja |
| 39 | 40 | samu install |
| 40 | 41 |