Remove one compile option

This commit is contained in:
Alexey Milovidov 2020-06-19 16:44:30 +03:00
parent cebec2115b
commit e85227ce2e

View File

@ -220,7 +220,7 @@ if (ENABLE_HYPERSCAN)
target_compile_definitions (hyperscan PUBLIC USE_HYPERSCAN=1)
target_compile_options (hyperscan
PRIVATE -g0 # Library has too much debug information
-march=corei7 -O2 -std=c++11 -fno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden # The options from original build system
-march=corei7 -O2 -fno-strict-aliasing -fno-omit-frame-pointer -fvisibility=hidden # The options from original build system
)
target_include_directories (hyperscan
PRIVATE