- allow build without optimisation flags.

PR:		66527
Submitted by:	Yar Tikhiy
This commit is contained in:
Dirk Meyer 2004-05-12 05:07:00 +00:00
parent e28391b98c
commit a3f25bd67d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108969

View file

@ -9,7 +9,7 @@
MKDIR = mkdir -p
INSTALL = install -c
-CFLAGS = -Wall -O2 -fomit-frame-pointer
+CFLAGS += -Wall -O2 -fomit-frame-pointer
+CFLAGS?= -Wall -O2 -fomit-frame-pointer
# You may use OpenSSL's MD5 routines instead of the ones supplied here
#CFLAGS += -DHAVE_OPENSSL
LDFLAGS = -s