void-packages/srcpkgs/freeorion/patches/fix-cflags.patch
Đoàn Trần Công Danh 03adf7c630 freeorion: remove -O3
2021-04-03 10:13:07 +07:00

18 lines
528 B
Diff

Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt.orig
+++ CMakeLists.txt
@@ -432,13 +432,6 @@ if(MSVC)
)
endif()
-target_compile_options(freeorionparseobj
- PRIVATE
- $<$<CXX_COMPILER_ID:Clang>:-ftemplate-depth=512>
- $<$<CXX_COMPILER_ID:AppleClang>:-ftemplate-depth=512>
- $<$<AND:$<NOT:$<BOOL:${BUILD_TESTING}>>,$<CXX_COMPILER_ID:GNU>>:-O3>
-)
-
target_compile_definitions(freeorionparseobj
PUBLIC
-DBOOST_ALL_DYN_LINK