X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=Makefile;h=aeda0115b70e587d6eb8e0b0cc4b71dd5e0691f6;hb=f2f0fe4e68b4eb1692d5d9515b135efbe8a001ff;hp=0c3f7937059c49458b53b69ffa431eaf0b3ccc83;hpb=353985d8d06fcac2f36682820b8ae635c5e6162e;p=cparser diff --git a/Makefile b/Makefile index 0c3f793..aeda011 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,7 @@ CFLAGS += -DHAVE_CONFIG_H CFLAGS += -I . CFLAGS += -O0 -g3 CFLAGS += $(FIRM_CFLAGS) -#CFLAGS += -O3 -march=pentium3 -fomit-frame-pointer -DNDEBUG +#CFLAGS += -O3 -march=pentium4 -fomit-frame-pointer -DNDEBUG LFLAGS = $(FIRM_LIBS)