mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-05-19 14:40:40 -04:00
add configuration template system
This commit is contained in:
parent
052b756840
commit
b3372e1576
5 changed files with 85 additions and 33 deletions
|
@ -13,7 +13,7 @@ CPPFLAGS += -D_GNU_SOURCE \
|
|||
|
||||
LDLIBS := -lhardened_malloc
|
||||
|
||||
LDFLAGS := -Wl,-L$(dir)../../,-R,$(dir)../../
|
||||
LDFLAGS := -Wl,-L$(dir)../../out,-R,$(dir)../../out
|
||||
|
||||
EXECUTABLES := \
|
||||
double_free_large \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue