summaryrefslogtreecommitdiff
path: root/games-arcade/supertux/files/supertux-0.5.0-tinygettext.patch
blob: 3bedc38eb80374a6f73f2a53044cc345b0138469 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- SuperTux-v0.5.0-Source/external/tinygettext/CMakeLists.txt
+++ SuperTux-v0.5.0-Source/external/tinygettext/CMakeLists.txt
@@ -59,7 +59,7 @@
 )
 
 ## Reveal library type choice to users
-option(BUILD_SHARED_LIBS "Produce dynamic library instead of static archive" ON)
+option(BUILD_SHARED_LIBS "Produce dynamic library instead of static archive" OFF)
 
 # TinyGetText library compilation
 
@@ -128,17 +128,7 @@
 ## Debug options
 
 option(WERROR "Stops on first compiler warning in debug mode" OFF)
-option(WARNINGS "Enable long list of warnings for compiler to check" ON)
-
-CHECK_CXX_FLAG(std=c++0x)
-CHECK_CXX_FLAG(O3)
-IF(NOT MSVC)
-    #MSVC is excessivly verbose when Wall is activated
-    CHECK_CXX_FLAG(Wall)
-ENDIF()
-CHECK_CXX_FLAG(Wextra)
-CHECK_CXX_FLAG(Weffc++)
-CHECK_CXX_FLAG(pedantic)
+option(WARNINGS "Enable long list of warnings for compiler to check" OFF)
 
 if(WARNINGS)
   CHECK_CXX_FLAG(Wabi)