mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- allow build without optimisation flags.
PR: 66527 Submitted by: Yar Tikhiy
This commit is contained in:
parent
e28391b98c
commit
a3f25bd67d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=108969
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue