day13
This commit is contained in:
parent
e93670512c
commit
20631cf4cd
3 changed files with 92 additions and 4 deletions
6
Makefile
6
Makefile
|
@ -1,7 +1,5 @@
|
|||
MMCFLAGS := \
|
||||
--infer-all --warn-unused-imports
|
||||
# this seems to break day7 for some absolutely bizarre reason
|
||||
# -s asm_fast.par.gc.stseg
|
||||
MMCFLAGS := --infer-all --no-inform-inferred --warn-unused-imports \
|
||||
-s asm_fast.par.gc.stseg
|
||||
|
||||
all: aoc
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue