1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-31 21:57:12 +00:00
freebsd-ports/audio/gsi/files/patch-ar
Maxim Sobolev 2a64cbe596 Add GSI. GSI is an easy to use audio system which can be used over a network
and which gives applications, through a very simple API, sample playing with
stereo, 3D, doppler effects, music playing (MIDI, HMP, MUS), cd playing and
ejecting/changing.
2000-12-07 18:05:12 +00:00

12 lines
321 B
Plaintext

--- ../gsi/test/memory_leak/Makefile Wed Feb 2 19:06:01 2000
+++ ./test/memory_leak/Makefile Thu Dec 7 18:59:21 2000
@@ -28,7 +28,7 @@
INCLUDES = -I../../include #-I/usr/local/include
-CFLAGS = -O2 -fomit-frame-pointer -DDEBUG -g -Wall
+CFLAGS += -Wall -DDEBUG
ALL_CFLAGS = $(DEFINES) $(INCLUDES) $(CFLAGS)