mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 19:50:31 -04:00
26 lines
660 B
Text
26 lines
660 B
Text
*** Makefile.in.orig Thu Jul 20 11:46:17 2000
|
|
--- Makefile.in Sat Sep 2 09:14:06 2000
|
|
***************
|
|
*** 9,19 ****
|
|
|
|
DEFINES = -D_GNU_SOURCE @DEFS@
|
|
|
|
- CC = @CC@
|
|
MAKE = @MAKE@
|
|
|
|
#this is the standard CFLAGS options, this is what most people should use
|
|
! CFLAGS = -O2 $(DEFINES)
|
|
|
|
#this is the debugging CFLAGS options, should only be used if you want to
|
|
#debug/code tintin
|
|
--- 9,18 ----
|
|
|
|
DEFINES = -D_GNU_SOURCE @DEFS@
|
|
|
|
MAKE = @MAKE@
|
|
|
|
#this is the standard CFLAGS options, this is what most people should use
|
|
! CFLAGS += $(DEFINES)
|
|
|
|
#this is the debugging CFLAGS options, should only be used if you want to
|
|
#debug/code tintin
|