diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:48:18 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-06-07 20:48:18 +0200 |
| commit | 976197229382e5280bc13a2ef1a93b549dc222b8 (patch) | |
| tree | e044e4aff2cf7f1403b7ea3665f8ea521b37875f | |
| parent | 44863e45884119376f54f1269c98ba061afad5dd (diff) | |
fixup! Try to build with AVX2.floating_point_irreversible_encoding
| -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 -DCMAKE_C_FLAGS_RELEASE="-O3 -NDEBUG -mavx2"' + cmd += ' -DBUILD_SHARED_LIBS=OFF -DCMAKE_C_FLAGS_RELEASE="-O3 -DNDEBUG -mavx2"' if target.platform == 'osx': cmd += ' -DCMAKE_OSX_SYSROOT=%s/MacOSX%s.sdk' % (target.sdk_prefix, target.sdk) |
