Skip to content
Snippets Groups Projects
Commit 93898f7b authored by Lukas Braun's avatar Lukas Braun
Browse files

Makefile: add some hardening flags

parent d791057f
No related branches found
No related tags found
No related merge requests found
CFLAGS += -std=c11 -D_GNU_SOURCE -Wall -Wconversion -fPIC
CFLAGS += -std=c11 -D_GNU_SOURCE -Wall -Wconversion -Wformat -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fPIC
PAMDIR ?= /lib/security
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment