From 0df42c5db6445dfb4ba0eb989a14658c49d628bb Mon Sep 17 00:00:00 2001 From: cxl Date: Thu, 18 Apr 2019 11:27:12 +0000 Subject: [PATCH] ide: Removed -Wall in default install bm git-svn-id: svn://ultimatepp.org/upp/trunk@13011 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Install.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/uppsrc/ide/Install.cpp b/uppsrc/ide/Install.cpp index 4ffbc1f0a..7b60ac4c1 100644 --- a/uppsrc/ide/Install.cpp +++ b/uppsrc/ide/Install.cpp @@ -38,7 +38,7 @@ const char *gcc_bm = R"(BUILDER = "GCC"; COMPILER = ""; COMMON_OPTIONS = ""; -COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-parentheses -Wno-maybe-uninitialized -Wno-strict-overflow"; +COMMON_CPP_OPTIONS = "-std=c++14"; COMMON_C_OPTIONS = ""; COMMON_LINK = ""; COMMON_FLAGS = ""; @@ -72,12 +72,12 @@ COMMON_FLAGS = ""; DEBUG_INFO = "2"; DEBUG_BLITZ = "1"; DEBUG_LINKMODE = "1"; -DEBUG_OPTIONS = "-O0 -Wall -Wno-logical-op-parentheses -DflagGTK"; +DEBUG_OPTIONS = "-O0"; DEBUG_FLAGS = ""; DEBUG_LINK = ""; RELEASE_BLITZ = "0"; RELEASE_LINKMODE = "1"; -RELEASE_OPTIONS = "-O3 -ffunction-sections -fdata-sections -DflagGTK -DflagGTK"; +RELEASE_OPTIONS = "-O3 -ffunction-sections -fdata-sections"; RELEASE_FLAGS = ""; RELEASE_LINK = "-Wl,--gc-sections"; DEBUGGER = "gdb";