Skip to content

Commit

Permalink
Added some compiler flags to build script
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk@4480 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jan 6, 2006
1 parent bdbf8e2 commit 108ceb8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Expand Up @@ -10,6 +10,9 @@ echo "e.g."
echo "${0} \$HOME/apps/"
exit 1
fi
# disable default optimisations to improve debugging
export CXXFLAGS="-g -Wall"
export CFLAGS="-g -Wall"
export QTDIR=/usr/local/Trolltech/Qt-4.1.0/
export PATH=$QTDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib
Expand Down

0 comments on commit 108ceb8

Please sign in to comment.