X-Git-Url: https://www.fleuret.org/cgi-bin/gitweb/gitweb.cgi?a=blobdiff_plain;f=Makefile;h=5d1209e3b4a7852dee5fdbdf764ffdcf356178f6;hb=1d721525406a010fc84b3768cf1a5b453a1f70d0;hp=7e821fa4b2ac0125e3e5b8501f20ce595d9821e8;hpb=5f733b018c4c16c4cd6ccba602c742989f0ed215;p=selector.git diff --git a/Makefile b/Makefile index 7e821fa..5d1209e 100644 --- a/Makefile +++ b/Makefile @@ -31,7 +31,7 @@ REVISION_NUMBER=\"$(shell cat REVISION_NUMBER)\" ifeq ($(DEBUG),yes) OPTIMIZE_FLAG = -ggdb3 -DDEBUG -fno-omit-frame-pointer else - OPTIMIZE_FLAG = -ggdb3 -O3 + OPTIMIZE_FLAG = -O2 endif CFLAGS = -Wall -ansi -pedantic -DREVISION_NUMBER=$(REVISION_NUMBER) $(OPTIMIZE_FLAG)