make/gcc.mk

changeset 105
2b7f92ff2c15
parent 104
2ca88ec29953
equal deleted inserted replaced
104:2ca88ec29953 105:2b7f92ff2c15
1 # 1 #
2 # gcc toolchain config 2 # gcc toolchain config
3 # 3 #
4 4
5 CFLAGS = 5 CFLAGS =
6 DEBUG_CFLAGS = -g -Wall -Wextra -Werror -pedantic 6 DEBUG_CFLAGS = -g -Wall -Wextra -Werror
7 RELEASE_CFLAGS = -O3 -DNDEBUG 7 RELEASE_CFLAGS = -O3 -DNDEBUG
8 LDFLAGS = 8 LDFLAGS =

mercurial