ecrypt3/config.mk

6 lines
84 B
Makefile
Raw Permalink Normal View History

2023-06-01 10:53:25 -04:00
# config.mk
CC = cc
CFLAGS = -O3 -fstack-protector-strong -static -pie
LDFLAGS =