Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
9c0d9ec1
Commit
9c0d9ec1
authored
Aug 06, 2013
by
Philip Carns
Browse files
add --enable-valgrind-clean
- helpful for address-sanitizer use too
parent
5f4b9426
Changes
2
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
9c0d9ec1
...
...
@@ -89,6 +89,19 @@ else
AC_MSG_ERROR([Could not find usable ROSS installation, try --with-ross=DIR])
fi
dnl ======================================================================
dnl Try harder to be valgrind safe
dnl ======================================================================
AC_ARG_ENABLE(valgrind-clean,
[AS_HELP_STRING(
[--enable-valgrind-clean],
[Try harder to avoid valgrind warnings])
])
AS_IF([test "x$enable_valgrind_clean" = "xyes"], [
AC_DEFINE([VALGRIND], [1], [If enabling valgrind-clean build])
])
#
# To reactivate rewriting of the codesparser.y file,
# uncomment next line.
...
...
src/util/lookup3.c
View file @
9c0d9ec1
#include
"codes_base_config.h"
#include
"codes/jenkins-hash.h"
/*
...
...
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