mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 19:13:13 -04:00
Closes: https://bugs.gentoo.org/887877 Closes: https://bugs.gentoo.org/887913 Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
15 lines
449 B
Diff
15 lines
449 B
Diff
https://bugs.gentoo.org/887913
|
|
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index c40c925..41e5230 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -594,8 +594,6 @@ endif()
|
|
set(CMAKE_CXX_FLAGS "-Wall -Wextra")
|
|
set(CMAKE_BUILD_TYPE Release)
|
|
set(CMAKE_CXX_FLAGS_DEBUG "-g")
|
|
-set(CMAKE_CXX_FLAGS_RELEASE "-O3")
|
|
-add_compile_options(-O3)
|
|
|
|
#===============================================================================
|
|
#= Linker Configuration
|