Skip to content

Commit 025aa14

Browse files
committedJun 18, 2024
debug build
1 parent 86d3c13 commit 025aa14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ sl-js: sl.c sl.h
2323
-lncurses
2424

2525
sl-wasi: sl.c sl.h
26-
$(EMCC) $(CFLAGS) -o sl.wasm sl.c \
26+
$(EMCC) $(CFLAGS) -g -o sl.wasm sl.c \
2727
-I./ncurses-for-wasm/build/include/ \
2828
-L./ncurses-for-wasm/build/lib \
2929
-lncurses

0 commit comments

Comments
 (0)
Please sign in to comment.