make/gcc.mk

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

mercurial