diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-03-05 00:15:16 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-03-05 00:15:16 +0100 |
| commit | ad8edaacd54a862940d0a77c41ecda5858b54d6e (patch) | |
| tree | 8cf99590b86a6b149dc45df37816f70c2594e2e4 | |
| parent | ec3e6b319289240dce2853acac2755a155fd61da (diff) | |
Revert "TEST: build with sse4.1/avx2 on Windows."dcpomatic-2.5.2
This reverts commit e81d293aff9a5db0eeabce237dc14c87b6828ef0.
| -rw-r--r-- | cscript | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -21,7 +21,6 @@ def build(target, options): print("SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)", file=f) print("SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)", file=f) cmd += ' -DCMAKE_TOOLCHAIN_FILE=mingw.cmake' - cmd += ' -DCMAKE_C_FLAGS="-O3 -msse4.1 -mavx2 -DNDEBUG"' f.close() if target.platform == 'linux': cmd += ' -DBUILD_SHARED_LIBS=OFF' |
