ultimatepp/uppbox/Scripts/CLANGMK.bm
cxl 3bbaa785af .scripts
git-svn-id: svn://ultimatepp.org/upp/trunk@13924 f0d560ea-af0d-0410-9eb7-867de7ffcac7
2020-01-21 09:08:43 +00:00

23 lines
604 B
Text

BUILDER = "CLANG";
COMPILER = "clang++";
COMMON_CPP_OPTIONS = "-std=c++14 -Wall -Wno-logical-op-parentheses";
COMMON_C_OPTIONS = "";
COMMON_FLAGS = "";
DEBUG_INFO = "2";
DEBUG_BLITZ = "1";
DEBUG_LINKMODE = "1";
DEBUG_OPTIONS = "-O0";
DEBUG_FLAGS = "";
DEBUG_LINK = "";
RELEASE_BLITZ = "0";
RELEASE_LINKMODE = "1";
RELEASE_OPTIONS = "-O3 -ffunction-sections -fdata-sections";
RELEASE_SIZE_OPTIONS = "-Os -ffunction-sections -fdata-sections";
RELEASE_FLAGS = "";
RELEASE_LINK = "-Wl,--gc-sections";
DEBUGGER = "gdb";
PATH = "";
INCLUDE = "";
LIB = "";
LINKMODE_LOCK = "0";
ALLOW_PRECOMPILED_HEADERS = "0";