31
36
dnl Once we can use a modern autoconf, we can replace the -xc99=all here
32
37
dnl with using AC_CC_STD_C99 above
37
42
AM_CXXFLAGS="-g -mt -compat=5 -library=stlport4 -template=no%extdef ${AM_CXXFLAGS}"
39
44
dnl TODO: Make a test for -xO4 usability here
40
45
OPTIMIZE_FLAGS="-xO3 -xlibmil -xdepend -xbuiltin"
42
47
OPTIMIZE_CXXFLAGS="${OPTIMIZE_FLAGS}"