summaryrefslogtreecommitdiffstats
path: root/config.tests/common/avx2/avx2.pro
blob: 927f64efc8c56ee577efa87827e1af9b0ba0aa37 (plain)
1
2
3
4
5
SOURCES = avx2.cpp
CONFIG -= qt dylib release debug_and_release
CONFIG += debug console
isEmpty(QMAKE_CFLAGS_AVX2):error("This compiler does not support AVX2")
else:QMAKE_CXXFLAGS += $$QMAKE_CFLAGS_AVX2