summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorVolker Grabsch <vog@notjusthosting.com>2010-10-10 12:43:35 (GMT)
committerVolker Grabsch <vog@notjusthosting.com>2010-10-10 12:43:35 (GMT)
commitf5e38969ba91f461f0e8e8109ffb88e5fd3d550e (patch)
tree4ed709bc4fb2fc33b70c036527aaabdc6505d801 /src
parente20bab30188c5b85439949bf0e38c17c88f52528 (diff)
downloadmxe-f5e38969ba91f461f0e8e8109ffb88e5fd3d550e.zip
mxe-f5e38969ba91f461f0e8e8109ffb88e5fd3d550e.tar.gz
mxe-f5e38969ba91f461f0e8e8109ffb88e5fd3d550e.tar.bz2
fix CFLAGS in package sdl_sound
Diffstat (limited to 'src')
-rw-r--r--src/sdl_sound.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sdl_sound.mk b/src/sdl_sound.mk
index 93eaf00..92e8a46 100644
--- a/src/sdl_sound.mk
+++ b/src/sdl_sound.mk
@@ -41,8 +41,8 @@ define $(PKG)_BUILD
--enable-speex \
--disable-physfs \
--disable-altcvt \
- LIBS="`'$(TARGET)-pkg-config' vorbisfile flac speex --libs` `'$(PREFIX)/$(TARGET)/bin/libmikmod-config' --libs`" \
- CFLAGS='-fno-inline'
+ CFLAGS='-g -O2 -fno-inline' \
+ LIBS="`'$(TARGET)-pkg-config' vorbisfile flac speex --libs` `'$(PREFIX)/$(TARGET)/bin/libmikmod-config' --libs`"
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
'$(TARGET)-gcc' \