X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=calu.git;a=blobdiff_plain;f=3a_asm%2FMakefile;h=2f1c87ec36568369d52821b015c77d916e0ccb48;hp=89ef6467590f506a252eef0ce14ca5d483f78923;hb=b3f109c2f4edf52bc4071f9f8d71d868fb117c00;hpb=c45536d352d3a45f6bbc7627c8bd5d0163ba054e diff --git a/3a_asm/Makefile b/3a_asm/Makefile index 89ef646..2f1c87e 100644 --- a/3a_asm/Makefile +++ b/3a_asm/Makefile @@ -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: