3a_asm: FIX: parser fail bei labels aufloesen
[calu.git] / 3a_asm / Makefile
index 89ef6467590f506a252eef0ce14ca5d483f78923..2f1c87ec36568369d52821b015c77d916e0ccb48 100644 (file)
@@ -1,7 +1,8 @@
 SHELL := zsh
 
 all:
-       @ghc --make Main.hs -o dtas
+       @ghc --make Main.hs -O0 -o dtas
+       @strip dtas
 
 .PHONY: clean test
 clean: