- customize debug and release build

git-svn-id: http://moon:8086/svn/software/trunk/libsrc/cpp@1015 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-17 08:03:19 +00:00
parent 7ce4a6c855
commit 8b4297a8ab
2 changed files with 9 additions and 0 deletions
@@ -9,6 +9,8 @@ CXXFLAGS += -std=c++20
CXXFLAGS += -Wno-volatile
CXXFLAGS += -Wno-deprecated-declarations
DEFINES_debug += -DTEST_DEBUG
PWD := $(realpath .)
CXX_SRCS += $(PWD)/main.cpp
CXX_SRCS += $(PWD)/test.cpp