From c212d9775c59ca08cfaa2d861cd3274325408bcd Mon Sep 17 00:00:00 2001 From: cxl Date: Sun, 3 Mar 2019 23:45:09 +0000 Subject: [PATCH] .uppbox git-svn-id: svn://ultimatepp.org/upp/trunk@12807 f0d560ea-af0d-0410-9eb7-867de7ffcac7 --- uppsrc/ide/Install.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/uppsrc/ide/Install.cpp b/uppsrc/ide/Install.cpp index 94f1195c0..770bc3575 100644 --- a/uppsrc/ide/Install.cpp +++ b/uppsrc/ide/Install.cpp @@ -8,8 +8,8 @@ const char *clang_bm = R"(BUILDER = "CLANG"; COMPILER = "clang++"; -COMMON_OPTIONS = "-Wno-logical-op-parentheses"; -COMMON_CPP_OPTIONS = "-std=c++14"; +COMMON_OPTIONS = ""; +COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-logical-op-parentheses"; COMMON_C_OPTIONS = ""; COMMON_LINK = ""; COMMON_FLAGS = ""; @@ -38,14 +38,14 @@ const char *gcc_bm = R"(BUILDER = "GCC"; COMPILER = ""; COMMON_OPTIONS = ""; -COMMON_CPP_OPTIONS = "-std=c++14 -Wno-parentheses"; +COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-parentheses"; COMMON_C_OPTIONS = ""; COMMON_LINK = ""; COMMON_FLAGS = ""; DEBUG_INFO = "2"; DEBUG_BLITZ = "1"; DEBUG_LINKMODE = "1"; -DEBUG_OPTIONS = "-O0 -Wall"; +DEBUG_OPTIONS = "-O0"; DEBUG_FLAGS = ""; DEBUG_LINK = ""; RELEASE_BLITZ = "0";