mirror of
https://gitlab.kit.edu/kit/scc/sys/mail/exim-encrypt-dlfunc.git
synced 2025-12-06 08:43:55 +01:00
Removed all optimization flags from Makefile.
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
CC=gcc
|
||||
CFLAGS=-I/usr/include/exim4 -g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security
|
||||
LDFLAGS=-Wl,-z,relro -lsodium
|
||||
LDFLAGS_LIB=-fpic -shared -export-dynamic
|
||||
CFLAGS=-I/usr/include/exim4 -g
|
||||
LDFLAGS=-lsodium
|
||||
LDFLAGS_LIB=-fpic -shared
|
||||
|
||||
.PHONY: clean all
|
||||
|
||||
.DEFAULT_GOAL := libexim-encrypt-dlfunc.so
|
||||
.DEFAULT_GOAL := all
|
||||
|
||||
libexim-encrypt-dlfunc.so: libexim-encrypt-dlfunc.c
|
||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDFLAGS_LIB)
|
||||
|
||||
Reference in New Issue
Block a user