removed -g from CFLAGS, which was left there by mistake
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
bin_PROGRAMS = darkice
|
||||
CXXFLAGS = -g -O2 -Wall
|
||||
CXXFLAGS = -O2 -Wall
|
||||
INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
|
||||
LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user