]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
Don't set flags for common files
authorMatthew Barr <matthew.barr@intel.com>
Mon, 12 Dec 2016 00:55:56 +0000 (11:55 +1100)
committerMatthew Barr <matthew.barr@intel.com>
Wed, 14 Dec 2016 04:35:22 +0000 (15:35 +1100)
CMakeLists.txt

index 760906b78fb896f9a2140f7190f6847a79334bf1..a6ef3fe864a75dc47bcd4fa477232b71a7bb0db7 100644 (file)
@@ -1082,8 +1082,6 @@ else (FAT_RUNTIME)
         )
     set_source_files_properties(src/dispatcher.c PROPERTIES
         COMPILE_FLAGS "-Wno-unused-parameter -Wno-unused-function")
-    set_source_files_properties(${hs_exec_common_SRCS} PROPERTIES
-        COMPILE_FLAGS "-march=core-avx2")
 
     if (BUILD_STATIC_AND_SHARED OR BUILD_SHARED_LIBS)
         add_library(hs_exec_shared_core2 OBJECT ${hs_exec_SRCS})