aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJaroslav Kysela <perex@perex.cz>2003-02-19 21:25:59 +0000
committerJaroslav Kysela <perex@perex.cz>2003-02-19 21:25:59 +0000
commitd13a14b79e88b3b769926cf8eba1bd63b9d0fd86 (patch)
treeaffdfd3f677bfb613ca2ee7bb61f51a8df8ca41a /test
parent1da32fb0694c56df43eaa41ae7a0f92f433e608a (diff)
Added special CFLAGS for code
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.am b/test/Makefile.am
index 63a30225..ac354c07 100644
--- a/test/Makefile.am
+++ b/test/Makefile.am
@@ -10,6 +10,7 @@ playmidi1_LDADD=../src/libasound.la
timer_LDADD=../src/libasound.la
rawmidi_LDADD=../src/libasound.la
midiloop_LDADD=../src/libasound.la
+code_CFLAGS=-Wall -pipe -g -O2
INCLUDES=-I$(top_srcdir)/include
CFLAGS=-static -Wall -pipe -g