downgraded default profile to core2
[k8sbuild.git] / xoptz / freealut.xopt
blobe564e719ef8c6a7b19d749d97fa87858ae97f2a8
1 profile=empty
3   --enable-silent-rules   less verbose build output (undo: "make V=1")
4   --enable-shared  build shared libraries [default=yes]
5   --disable-static  build static libraries [default=yes]
6 #  --enable-warnings       enable pedantic compiler warnings [default=no]
7 #  --enable-more-warnings  enable even more compiler warnings [default=no]
8 #  --enable-werror         enable failure on all warnings [default=no]
9 #  --enable-efence         enable Electric Fence support [default=no]
12 [preconfigure]
13 if test ! -x configure; then
14   ./autogen.sh
16 [/preconfigure]
19 !DESC
20 ALUT -- utility library for OpenAL
22 ALUT was a set of undocumented semi-portable functions that were
23 mixed up in the OpenAL library distribution. The intent had always
24 been that ALUT would be a cleanly separated library that would be
25 portable between systems.
27 https://github.com/vancegroup/freealut
28 !EOF