X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=makefile.gcc;fp=makefile.gcc;h=d432b9c60163921fa35600a46e6deeabaaa6280c;hb=0d182b4efac85dce968068bfe4509e52e9a30051;hp=56ced5f51ddd70d4c844d8ea53ed9ac660bda625;hpb=92a5061fe11dab6ef0bb339cbe7798e6ccb35626;p=polyglot.git diff --git a/makefile.gcc b/makefile.gcc index 56ced5f..d432b9c 100644 --- a/makefile.gcc +++ b/makefile.gcc @@ -12,7 +12,7 @@ CYGL = -lmsvcrt CC = g++ DEFS = -DNDEBUG -OPTS = -Os -frename-registers -funit-at-a-time -fstrict-aliasing -fstrength-reduce +OPTS = -Os -frename-registers -funit-at-a-time -fstrict-aliasing -fstrength-reduce -fomit-frame-pointer CFLAGS = -Wall -pipe $(DEFS) $(OPTS) $(CYGF) LFLAGS = -fpic -s $(CYGF) LIBS = $(CYGL)