diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-05 23:18:19 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2019-03-05 23:18:19 +0000 |
commit | 736a5f1d1240dc97f959b437c080fe816164b046 (patch) | |
tree | c0b28b12bab8e3b73e00ea7d0e512e3311def979 /contrib/libottery | |
parent | 0b5d7084cee77d143bbb2a4f03ee4ed9e570d61d (diff) | |
download | rspamd-736a5f1d1240dc97f959b437c080fe816164b046.tar.gz rspamd-736a5f1d1240dc97f959b437c080fe816164b046.zip |
Revert "[Minor] Use less aggressive optimisation level"
This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
Diffstat (limited to 'contrib/libottery')
-rw-r--r-- | contrib/libottery/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libottery/CMakeLists.txt b/contrib/libottery/CMakeLists.txt index 8a2385307..4a6ee31db 100644 --- a/contrib/libottery/CMakeLists.txt +++ b/contrib/libottery/CMakeLists.txt @@ -10,7 +10,7 @@ ADD_LIBRARY(ottery STATIC ${OTTERYSRC}) SET(OTTERY_CFLAGS "-DBUILD_RSPAMD -DOTTERY_NO_PID_CHECK -DOTTERY_NO_INIT_CHECK") IF(ENABLE_FULL_DEBUG MATCHES "OFF") if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU") - SET(OTTERY_CFLAGS "${OTTERY_CFLAGS} -O2") + SET(OTTERY_CFLAGS "${OTTERY_CFLAGS} -O3") endif () ENDIF() set_target_properties(ottery PROPERTIES COMPILE_FLAGS "${OTTERY_CFLAGS}")
\ No newline at end of file |