aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/http-parser
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-05 23:18:19 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2019-03-05 23:18:19 +0000
commit736a5f1d1240dc97f959b437c080fe816164b046 (patch)
treec0b28b12bab8e3b73e00ea7d0e512e3311def979 /contrib/http-parser
parent0b5d7084cee77d143bbb2a4f03ee4ed9e570d61d (diff)
downloadrspamd-736a5f1d1240dc97f959b437c080fe816164b046.tar.gz
rspamd-736a5f1d1240dc97f959b437c080fe816164b046.zip
Revert "[Minor] Use less aggressive optimisation level"
This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
Diffstat (limited to 'contrib/http-parser')
-rw-r--r--contrib/http-parser/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/http-parser/CMakeLists.txt b/contrib/http-parser/CMakeLists.txt
index cb6767272..499c85e93 100644
--- a/contrib/http-parser/CMakeLists.txt
+++ b/contrib/http-parser/CMakeLists.txt
@@ -4,7 +4,7 @@ SET(HTTPSRC http_parser.c)
SET(HTTP_COMPILE_FLAGS "-DRSPAMD_LIB")
IF(ENABLE_FULL_DEBUG MATCHES "OFF")
if ("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
- set(HTTP_COMPILE_FLAGS "${HTTP_COMPILE_FLAGS} -O2")
+ set(HTTP_COMPILE_FLAGS "${HTTP_COMPILE_FLAGS} -O3")
endif ()
ENDIF()