Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shawn Webb
liblattutil
Commits
6a7245c2
Commit
6a7245c2
authored
Dec 09, 2021
by
Shawn Webb
Browse files
Support optionally building with ASAN
Signed-off-by:
Shawn Webb
<
shawn.webb@hardenedbsd.org
>
parent
ffb40d96
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
6a7245c2
...
...
@@ -21,6 +21,11 @@ LDFLAGS+= -L/usr/local/lib
LDADD
+=
-lucl
-lsqlite3
.if
defined(ASANIFY)
CFLAGS
+=
-fsanitize
=
address
LDFLAGS
+=
-fsanitize
=
address
.
endif
.if
defined(PREFIX)
INCLUDEDIR
=
${PREFIX}
/include
LIBDIR
=
${PREFIX}
/lib
...
...
Write
Preview
Supports
Markdown
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