projects
/
pazpar2-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffb980e
)
Force -O0 on -d, since llvm-gcc has a default of -O2
author
Dennis Schafroth
<dennis@indexdata.com>
Fri, 20 Apr 2012 08:48:48 +0000
(10:48 +0200)
committer
Dennis Schafroth
<dennis@indexdata.com>
Fri, 20 Apr 2012 08:48:48 +0000
(10:48 +0200)
buildconf.sh
patch
|
blob
|
history
diff --git
a/buildconf.sh
b/buildconf.sh
index
ac1f580
..
fdadda8
100755
(executable)
--- a/
buildconf.sh
+++ b/
buildconf.sh
@@
-61,7
+61,7
@@
sh_flags=""
conf_flags=""
case $1 in
-d)
- sh_cflags="-g -Wall -Wdeclaration-after-statement -Wstrict-prototypes"
+ sh_cflags="-O0 -g -Wall -Wdeclaration-after-statement -Wstrict-prototypes"
sh_cxxflags="-g -Wall"
enable_configure=true
enable_help=false