summaryrefslogtreecommitdiff
path: root/zap/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'zap/GNUmakefile')
-rw-r--r--zap/GNUmakefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/zap/GNUmakefile b/zap/GNUmakefile
index 46ced95..940e993 100644
--- a/zap/GNUmakefile
+++ b/zap/GNUmakefile
@@ -24,7 +24,7 @@ CFLAGS := \
-Wpedantic \
-fPIC \
-ffreestanding \
- -g \
+ -gdwarf-2 \
-march=native \
-std=c90
@@ -53,7 +53,8 @@ OBJS = \
source/$(arch)/mem/utf8enc.o \
source/$(arch)/mem/utf8enclen.o \
source/$(arch)/mem/win1252dec.o \
- source/$(arch)/mem/win1252enc.o
+ source/$(arch)/mem/win1252enc.o \
+ source/$(arch)/mth/abs.o
LIB = libzap.a