diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:38:51 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:38:51 +0200 |
| commit | 44863e45884119376f54f1269c98ba061afad5dd (patch) | |
| tree | a4a3604512d4a469237fef957afdf7ff8d07dafd /cscript | |
| parent | 08fff3424ba59ca101f53946e06dead69a025d68 (diff) | |
Try to build with AVX2.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,7 +18,7 @@ def build(target, options): cmd += ' -DCMAKE_TOOLCHAIN_FILE=mingw.cmake' f.close() if target.platform == 'linux': - cmd += ' -DBUILD_SHARED_LIBS=OFF' + cmd += ' -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS_RELEASE="-O3 -NDEBUG -mavx2"' if target.platform == 'osx': cmd += ' -DCMAKE_OSX_SYSROOT=%s/MacOSX%s.sdk' % (target.sdk_prefix, target.sdk) |
