We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 12887dd commit d9741baCopy full SHA for d9741ba
build.mac.sh
@@ -25,6 +25,13 @@ then
25
export CXXFLAGS="-g -Wall"
26
#for mac fink users
27
export CPPFLAGS=-I/sw/include
28
+ else
29
+ echo "Building without debug support"
30
+ AUTOGEN_FLAGS="--disable-debug"
31
+ export CFLAGS="-O2 -Wall"
32
+ export CXXFLAGS="-O2 -Wall"
33
+ #for mac fink users
34
+ export CPPFLAGS=-I/sw/include
35
fi
36
37
if [ x$2 = "static" ]
0 commit comments