gcc, llvm: don't use -DNDEBUG
[kiss-trunc88.git] / snd / build
blob2b4bbc38280d65d1538f178dd66ba0c48ecd5c49
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --localstatedir=/var \
7 --with-gui=yes \
8 --with-gl=yes \
9 --with-motif=yes \
10 --with-alsa=yes \
11 --with-jack=yes \
12 --with-ladspa=yes \
13 --with-extension-language=no \
14 --with-temp-dir=/tmp \
15 --with-x=yes
16 make
17 make DESTDIR="$1" install