- moved default compile and link flags to defaults.mk

git-svn-id: http://moon:8086/svn/software/trunk/make@1056 b431acfa-c32f-4a4a-93f1-934dc6c82436
This commit is contained in:
2022-06-22 09:16:44 +00:00
parent 547f44ceef
commit c127d0faa7
3 changed files with 18 additions and 10 deletions
-2
View File
@@ -1,5 +1,3 @@
LDFLAGS_release +=
LDFLAGS_debug += -g
LDFLAGS += ${LDFLAGS_${CONFIG}}
OBJS = $(shell find ${BUILD_DIR} -name *.o 2>/dev/null)