optimize by default

SCCS-file: Makefile
SCCS-SID: 1.7
This commit is contained in:
Arthur David Olson
2012-07-18 03:01:34 -04:00
committed by Paul Eggert
parent 49f24200f7
commit 39a575c303
+1 -1
View File
@@ -6,7 +6,7 @@ TZDIR= /usr/local/lib/tzdir
DEBUG=
LINTFLAGS= -phbaaxc
LFLAGS=
CFLAGS= $(DEBUG) -DOBJECTID -DTZDIR=\"$(TZDIR)\"
CFLAGS= $(DEBUG) -O -DOBJECTID -DTZDIR=\"$(TZDIR)\"
TZCSRCS= tzcomp.c scheck.c strchr.c
TZCOBJS= tzcomp.o scheck.o strchr.o