Removed STLport reference.
This commit is contained in:
parent
02c88132cf
commit
38d9edde43
1 changed files with 0 additions and 6 deletions
6
acprep
6
acprep
|
|
@ -59,12 +59,6 @@ while [ -n "$1" ]; do
|
|||
case "$1" in
|
||||
--debug)
|
||||
SWITCHES="$SWITCHES --enable-debug --enable-boost-sd"
|
||||
#if [ -f /usr/local/lib/libstlportstlg.a ]; then
|
||||
# SWITCHES="$SWITCHES --enable-stlportg"
|
||||
# CPPFLAGS="-D_STLP_DEBUG $CPPFLAGS"
|
||||
# CPPFLAGS="-I/usr/local/include/stlport $CPPFLAGS"
|
||||
# LIBS="$LIBS -lstlportstlg"
|
||||
#fi
|
||||
CPPFLAGS="$CPPFLAGS -D_GLIBCXX_DEBUG=1"
|
||||
CXXFLAGS="$CXXFLAGS -g" ;;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue