summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 0a580f0..87cc77e 100644
--- a/Makefile
+++ b/Makefile
@@ -3,10 +3,9 @@
# SPDX-License-Identifier: GPL-3.0
wai: wai.c
- gcc -Wall -Wextra -o wai wai.c
+ gcc -ggdb -Wall -Wextra -o wai wai.c
# tests/factorial.wasm: tests/factorial.wat
.PHONY: tests
tests:
wat2wasm -o tests/factorial.wasm tests/factorial.wat
-