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
|
CC=gcc
|
||||||
CFLAGS=-I/usr/include/exim4 -g -O2 -ffile-prefix-map=/=. -fstack-protector-strong -Wformat -Werror=format-security
|
CFLAGS=-I/usr/include/exim4 -g
|
||||||
LDFLAGS=-Wl,-z,relro -lsodium
|
LDFLAGS=-lsodium
|
||||||
LDFLAGS_LIB=-fpic -shared -export-dynamic
|
LDFLAGS_LIB=-fpic -shared
|
||||||
|
|
||||||
.PHONY: clean all
|
.PHONY: clean all
|
||||||
|
|
||||||
.DEFAULT_GOAL := libexim-encrypt-dlfunc.so
|
.DEFAULT_GOAL := all
|
||||||
|
|
||||||
libexim-encrypt-dlfunc.so: libexim-encrypt-dlfunc.c
|
libexim-encrypt-dlfunc.so: libexim-encrypt-dlfunc.c
|
||||||
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDFLAGS_LIB)
|
$(CC) $(CFLAGS) -o $@ $< $(LDFLAGS) $(LDFLAGS_LIB)
|
||||||
|
|||||||
Reference in New Issue
Block a user