ecrypt/config.mk

10 lines
99 B
Makefile
Raw Normal View History

2023-03-24 11:22:19 -04:00
#
# config.mk
#
PREFIX = /usr
CC = cc
CFLAGS = -O2 -fstack-protector-strong
LDFLAGS = -s -static