mirror of
https://github.com/GrapheneOS/hardened_malloc.git
synced 2025-04-19 22:10:19 +02:00
detect missing symbols when linking
This commit is contained in:
parent
803811a6ac
commit
e72674e358
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
|||
CPPFLAGS := -D_GNU_SOURCE
|
||||
CFLAGS := -std=c11 -Wall -Wextra -O2 -flto -fPIC -fvisibility=hidden -pedantic
|
||||
LDFLAGS := -Wl,--as-needed
|
||||
LDFLAGS := -Wl,--as-needed,-z,defs
|
||||
LDLIBS := -lpthread
|
||||
OBJECTS := chacha.o malloc.o random.o util.o
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue