aboutsummaryrefslogtreecommitdiff
path: root/apps/Makefile
diff options
context:
space:
mode:
authorMarvin Borner2021-04-27 19:15:45 +0200
committerMarvin Borner2021-04-27 19:15:45 +0200
commite9d82dd950cb23e79c3425a636a5ddc95b65f904 (patch)
tree18ed4e85257b4147f617ec49d58b56452bfb9f6d /apps/Makefile
parentb1a7c10ba575384e8f4ffb6b642783bfbcf51b32 (diff)
Better makefile debugging structure
Diffstat (limited to 'apps/Makefile')
-rw-r--r--apps/Makefile4
1 files changed, 4 insertions, 0 deletions
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)