summaryrefslogtreecommitdiffstats
path: root/makefile
diff options
context:
space:
mode:
authorNao Pross <naopross@thearcway.org>2018-11-27 20:38:50 +0100
committerNao Pross <naopross@thearcway.org>2018-11-27 20:38:50 +0100
commitee5ac9acdc1e0f766dd7275e58f1c330caf06b85 (patch)
treeb118de3f9b409f060c8dc61a61eeafb7f006e22a /makefile
parentAdd ret statements (diff)
downloadbase32asm-ee5ac9acdc1e0f766dd7275e58f1c330caf06b85.tar.gz
base32asm-ee5ac9acdc1e0f766dd7275e58f1c330caf06b85.zip
Add gdb configuration and debug symbols
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index ee7a305..bc75f79 100644
--- a/makefile
+++ b/makefile
@@ -8,7 +8,7 @@ b32e: b32e.o
ld -o $@ $<
b32e.o: b32e.asm
- nasm -f elf64 -O0 -w+all -o $@ $<
+ nasm -f elf64 -g -F dwarf -O0 -w+all -o $@ $<
.PHONY: clean
clean: