mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
Add -g to CFLAGS until this port can survive the assault of gcc.
This commit is contained in:
parent
c749a1f928
commit
e91a47f9cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=1280
@ -58,7 +58,7 @@
|
||||
#CFLAGS = -g
|
||||
#LDFLAGS = -g
|
||||
! PREFIX = /usr/local
|
||||
! CFLAGS += -Wall -DPREFIX=\"$(PREFIX)\"
|
||||
! CFLAGS += -g -Wall -DPREFIX=\"$(PREFIX)\"
|
||||
! #LDFLAGS = -s
|
||||
! INSTALLDIR = $(PREFIX)/bin
|
||||
OBJECTS = playmidi.o midifile.o playevents.o patchload.o emumidi.o
|
||||
|
Loading…
Reference in New Issue
Block a user