Skip to content

Commit

Permalink
Build with no debugging for smaller distributeable bundle
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@5526 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Jun 16, 2006
1 parent 703ac0e commit 6914f48
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions build.mac.sh
Expand Up @@ -25,6 +25,13 @@ then
export CXXFLAGS="-g -Wall"
#for mac fink users
export CPPFLAGS=-I/sw/include
else
echo "Building without debug support"
AUTOGEN_FLAGS="--disable-debug"
export CFLAGS="-O2 -Wall"
export CXXFLAGS="-O2 -Wall"
#for mac fink users
export CPPFLAGS=-I/sw/include
fi

if [ x$2 = "static" ]
Expand Down

0 comments on commit 6914f48

Please sign in to comment.