Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
eabf1a6b
Commit
eabf1a6b
authored
Aug 23, 2002
by
Per Cederqvist
Browse files
Run without optimization and with an old version of gcc, to make
valgrind more happy.
parent
605d6b28
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/xenofarm.sh
View file @
eabf1a6b
...
...
@@ -114,8 +114,9 @@ case `uname -n` in
timeecho adjusting path to
$PATH
for
moghedien
;;
moria
)
# Do more debugging on moria.
cfgargs
=
"
$cfgargs
--with-valgrind --with-debug-calls --disable-malloc-guards"
# Do more debugging on moria. Optimization gives a lot of false
# errors from valgrind.
cfgargs
=
"
$cfgargs
CC='gcc -V 3.0.4' --without-optimization --with-valgrind --with-debug-calls --disable-malloc-guards"
;;
esac
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment