X-Git-Url: https://fleuret.org/cgi-bin/gitweb/gitweb.cgi?p=selector.git;a=blobdiff_plain;f=Makefile;h=5d1209e3b4a7852dee5fdbdf764ffdcf356178f6;hp=7e821fa4b2ac0125e3e5b8501f20ce595d9821e8;hb=c6f848650dccbecb05229e86c180bd7837872185;hpb=2f902779571a1dee1e6b5ac4925efd47564f7497 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)