* Optimised many of the library functions
[fw/sdcc] / support / tests / dhrystone / Makefile
index 934de057e7f48ca142c38407010e5731d1d2a0ff..341448c442f00a9ef6951a833106f50a05221f29 100644 (file)
@@ -6,11 +6,11 @@ PROC = z80
 CC = $(TOPDIR)/bin/sdcc
 
 # -DNOENUM is here to make the results more predictable
-CFLAGS += -DREG= -DNOSTRUCTASSIGN -DNOENUM -V -m$(PROC)
+CFLAGS += -DREG= -DNOSTRUCTASSIGN -DNOENUM -V -m$(PROC) --profile
 
 OBJ = dhry.o
 
-all: dhry.ihx
+all: dhry.bin
 
 dhry.ihx: dhry.c
        $(CC) $(CFLAGS) dhry.c