From d13a14b79e88b3b769926cf8eba1bd63b9d0fd86 Mon Sep 17 00:00:00 2001 From: Jaroslav Kysela Date: Wed, 19 Feb 2003 21:25:59 +0000 Subject: [PATCH] Added special CFLAGS for code --- test/Makefile.am | 1 + 1 file changed, 1 insertion(+) 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 -- 2.47.1