ecrypt3/config.mk
2023-06-01 10:53:25 -04:00

6 lines
84 B
Makefile

# config.mk
CC = cc
CFLAGS = -O3 -fstack-protector-strong -static -pie
LDFLAGS =