debug actually affects the speed a lot..!
This commit is contained in:
parent
448a9c41c0
commit
84a9494a7d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
MMCFLAGS := --infer-all --warn-unused-imports \
|
MMCFLAGS := --infer-all --warn-unused-imports \
|
||||||
--output-compile-error-lines 1000 \
|
--output-compile-error-lines 1000 \
|
||||||
-s asm_fast.gc.debug.stseg
|
-s asm_fast.gc.stseg
|
||||||
|
|
||||||
all: aoc
|
all: aoc
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue