diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-03 00:31:43 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-03 00:31:43 +0100 |
| commit | 86c056ceaaffb74825a1732a3835c12339a7e293 (patch) | |
| tree | 0f2c13f90e47d833e7cea6e3e4ed571759ebc0b5 /cscript | |
| parent | e81d293aff9a5db0eeabce237dc14c87b6828ef0 (diff) | |
TEST: build with sse4.1/avx2 on Linux.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ def build(target, options): f.close() if target.platform == 'linux': cmd += ' -DBUILD_SHARED_LIBS=OFF' + cmd += ' -DCMAKE_C_FLAGS="-O3 -msse4.1 -mavx2 -DNDEBUG"' if target.platform == 'osx': cmd += ' -DCMAKE_OSX_SYSROOT=%s/MacOSX%s.sdk' % (target.sdk_prefix, target.sdk) |
