- no default CXXFLAGS

git-svn-id: http://moon:8086/svn/software/trunk/make@940 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-02 19:51:17 +00:00
parent 6ffeab1645
commit 6012cb6fe8
-1
View File
@@ -1,6 +1,5 @@
DEPFLAGS := -MMD
CXXFLAGS += -std=c++11
CXXFLAGS_debug ?= -g -O0
CXXFLAGS_release ?= -O2
CXXFLAGS += ${CXXFLAGS_${CONFIG}}