src/main/resources/make/clang.mk

changeset 181
7122ebb40557
parent 180
93b2368451f6
equal deleted inserted replaced
180:93b2368451f6 181:7122ebb40557
1 # 1 #
2 # clang toolchain config 2 # clang toolchain config
3 # 3 #
4 4
5 # How to use: 5 # How to use:
6 # - remove empty assignments and variables that you do not need 6 # - remove lines that you do not modify or remove this file entirely
7 # - optionally: add toolchain specific variables and/or options 7 # (the flags below are applied by default)
8 # - or: remove this file entirely (cc.mk or defaults will apply) 8 # - change the lines where you want to add / remove flags
9 # - optionally: add more toolchain specific variables
9 # - remove this comment 10 # - remove this comment
10 CFLAGS = 11 CFLAGS =
11 CXXFLAGS = 12 CXXFLAGS =
12 DEBUG_CFLAGS = -g 13 DEBUG_CFLAGS = -g
13 DEBUG_CXXFLAGS = -g 14 DEBUG_CXXFLAGS = -g

mercurial