aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/hiredis
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/hiredis
parent0b5d7084cee77d143bbb2a4f03ee4ed9e570d61d (diff)
downloadrspamd-736a5f1d1240dc97f959b437c080fe816164b046.tar.gz
rspamd-736a5f1d1240dc97f959b437c080fe816164b046.zip
Revert "[Minor] Use less aggressive optimisation level"
This reverts commit 9bfff1d4775e19ce85272f61aecd64ce69b6a98a.
Diffstat (limited to 'contrib/hiredis')
-rw-r--r--contrib/hiredis/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hiredis/CMakeLists.txt b/contrib/hiredis/CMakeLists.txt
index 7648c0dcc..f8b233996 100644
--- a/contrib/hiredis/CMakeLists.txt
+++ b/contrib/hiredis/CMakeLists.txt
@@ -9,7 +9,7 @@ SET(HIREDIS_CFLAGS "")
IF(ENABLE_FULL_DEBUG MATCHES "OFF")
IF("${CMAKE_C_COMPILER_ID}" STREQUAL "Clang" OR "${CMAKE_C_COMPILER_ID}" STREQUAL "GNU")
- SET(HIREDIS_CFLAGS "${HIREDIS_CFLAGS} -O2")
+ SET(HIREDIS_CFLAGS "${HIREDIS_CFLAGS} -O3")
ENDIF()
ENDIF()