summaryrefslogtreecommitdiff
path: root/zap/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'zap/GNUmakefile')
-rw-r--r--zap/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/zap/GNUmakefile b/zap/GNUmakefile
index 8b38661..dc7bcf4 100644
--- a/zap/GNUmakefile
+++ b/zap/GNUmakefile
@@ -82,6 +82,7 @@ CFLAGS := \
-Wpedantic \
-ffreestanding \
-fshort-enums \
+ -g \
-nostdlib \
-pipe \
-std=$(stdc)
@@ -95,6 +96,7 @@ CXXFLAGS := \
-ffreestanding \
-fno-exceptions \
-fshort-enums \
+ -g \
-nostdlib \
-pipe \
-std=$(stdcxx)