aboutsummaryrefslogtreecommitdiff
path: root/Makefile.flags
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.flags')
-rw-r--r--Makefile.flags5
1 files changed, 4 insertions, 1 deletions
diff --git a/Makefile.flags b/Makefile.flags
index 0261d34df..7dd9dc5dd 100644
--- a/Makefile.flags
+++ b/Makefile.flags
@@ -23,6 +23,9 @@ CFLAGS += \
23 23
24ifeq ($(CONFIG_DEBUG),y) 24ifeq ($(CONFIG_DEBUG),y)
25CFLAGS += -g 25CFLAGS += -g
26LDFLAGS += -g
27endif 26endif
28 27
28ifeq ($(CONFIG_STATIC),y)
29LDFLAGS += -static
30endif
31LDFLAGS += -nostdlib