make/clang.mk

changeset 988
15b3ca7ee33f
parent 960
a8a5f3dd5c3d
equal deleted inserted replaced
987:53e22f112b11 988:15b3ca7ee33f
1 # 1 #
2 # clang toolchain config 2 # clang toolchain config
3 # 3 #
4 4
5 CFLAGS = 5 CFLAGS =
6 CXXFLAGS = -fpermissive
6 DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic 7 DEBUG_CC_FLAGS = -g -Wall -Wextra -pedantic
7 RELEASE_CC_FLAGS = -O3 -DNDEBUG 8 RELEASE_CC_FLAGS = -O3 -DNDEBUG
8 LDFLAGS = 9 LDFLAGS =
9 10
10 SHLIB_CFLAGS = -fPIC 11 SHLIB_CFLAGS = -fPIC

mercurial