From e9d82dd950cb23e79c3425a636a5ddc95b65f904 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 27 Apr 2021 19:15:45 +0200 Subject: Better makefile debugging structure --- apps/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'apps') diff --git a/apps/Makefile b/apps/Makefile index e4ea24e..98bec47 100644 --- a/apps/Makefile +++ b/apps/Makefile @@ -4,6 +4,10 @@ CFLAGS = $(CFLAGS_DEFAULT) -I$(LIBS)/ -I$(LIBS)/libc/inc/ -pie -fPIE -fPIC -DUSE LDFLAGS = --section-start=.text=0x42000000 -L$(BUILD) DIRS = $(wildcard */.) +ifneq ($(DEBUG), 1) + LDFLAGS += -pie -no-dynamic-linker +endif + export all: $(DIRS) -- cgit v1.2.3