removed -g from CFLAGS, which was left there by mistake

This commit is contained in:
darkeye 2002-02-20 15:11:33 +00:00
parent 53ce45daf4
commit 5882039e42
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
bin_PROGRAMS = darkice bin_PROGRAMS = darkice
CXXFLAGS = -g -O2 -Wall CXXFLAGS = -O2 -Wall
INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@ INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@ LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@