Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OTRv4
libgoldilocks
Commits
a3ffb252
Unverified
Commit
a3ffb252
authored
Mar 24, 2018
by
Sofia Celi
⛸
Browse files
Remove verbose from valgrind on CI
parent
863ea3ee
Changes
1
Hide whitespace changes
Inline
Side-by-side
Makefile.custom
View file @
a3ffb252
...
...
@@ -225,7 +225,7 @@ test: $(BUILD_IBIN)/test
./
$<
mem-check
:
$(BUILD_IBIN)/test
valgrind
--verbose
--track-origins
=
yes
--error-exitcode
=
2
--leak-check
=
full ./
$<
valgrind
--track-origins
=
yes
--error-exitcode
=
2
--leak-check
=
full ./
$<
test_ct
:
$(BUILD_IBIN)/test_ct
# NB: you must compile with XCFLAGS=-DNDEBUG or you will get lots of extra warnings due to assert
(
thing that is always
true
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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