add -fno-plt as an optimization
This commit is contained in:
parent
6f9de3e667
commit
1c181557c7
2
Makefile
2
Makefile
@ -1,5 +1,5 @@
|
||||
CPPFLAGS := -D_GNU_SOURCE
|
||||
CFLAGS := -std=c11 -Wall -Wextra -O2 -flto -fPIC -fvisibility=hidden -pedantic
|
||||
CFLAGS := -std=c11 -Wall -Wextra -O2 -flto -fPIC -fvisibility=hidden -pedantic -fno-plt
|
||||
LDFLAGS := -Wl,--as-needed,-z,defs,-z,relro,-z,now
|
||||
LDLIBS := -lpthread
|
||||
OBJECTS := chacha.o malloc.o memory.o random.o util.o
|
||||
|
Loading…
Reference in New Issue
Block a user