removed -g from CFLAGS, which was left there by mistake
This commit is contained in:
parent
53ce45daf4
commit
5882039e42
|
@ -1,5 +1,5 @@
|
|||
bin_PROGRAMS = darkice
|
||||
CXXFLAGS = -g -O2 -Wall
|
||||
CXXFLAGS = -O2 -Wall
|
||||
INCLUDES = @LAME_INCFLAGS@ @VORBIS_INCFLAGS@
|
||||
LDADD = @LAME_LDFLAGS@ @VORBIS_LDFLAGS@
|
||||
|
||||
|
|
Loading…
Reference in New Issue