make/gcc.mk

changeset 28
23c7409cf822
parent 17
bb4e34e77974
equal deleted inserted replaced
27:d2eee642a31b 28:23c7409cf822
1 CXXFLAGS = -fno-exceptions -fno-rtti
2 DEBUG_CXX_FLAGS = -g
3 RELEASE_CXX_FLAGS = -O3 -DNDEBUG
4 LDFLAGS = -s
5

mercurial