Skip to content

Commit 6d16d29

Browse files
committed
forgot the flags for debugging
1 parent 67d0dff commit 6d16d29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stage/makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ compile: assemble $(TARGET)
1818

1919
debug_compile: assemble $(TARGET)
2020
gcc $(TARGET) -c -o debug.o $(DEBUG_FLAGS)
21-
gcc debug.o gs.o -o debug_stage
21+
gcc debug.o gs.o -o debug_stage $(DEBUG_FLAGS)
2222

2323
clean:
2424
rm -f stage.o debug.o stage debug_stage gs.o

0 commit comments

Comments
 (0)