diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-03 15:41:58 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-03 15:41:58 +0200 |
commit | 04180e1eda9b451194d269f7662088bc5531faec (patch) | |
tree | 2f591ba800b5488b87490b66589d56d6f0b19812 | |
parent | Improve makefile (diff) | |
download | liberror-backtrace-04180e1eda9b451194d269f7662088bc5531faec.tar.gz liberror-backtrace-04180e1eda9b451194d269f7662088bc5531faec.tar.bz2 liberror-backtrace-04180e1eda9b451194d269f7662088bc5531faec.tar.xz |
Remove -s from LDFLAGS1.0.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ CC = cc -std=c11 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -Wall -pedantic -LDFLAGS = -s -lunwind -ldw -lerror +LDFLAGS = -lunwind -ldw -lerror |