aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-01 08:08:31 +0200
committerMattias Andrée <maandree@kth.se>2023-07-01 08:08:31 +0200
commit3a85f59dee043bb659de95af8f09eb20786ac641 (patch)
tree8ea2c2324f89f06d12cbd8b61f6c157ac4ba3eab
parentOnly use CLOCK_BOOTTIME if available and adjtimex(3) on Linux (diff)
downloadtimeprefix-3a85f59dee043bb659de95af8f09eb20786ac641.tar.gz
timeprefix-3a85f59dee043bb659de95af8f09eb20786ac641.tar.bz2
timeprefix-3a85f59dee043bb659de95af8f09eb20786ac641.tar.xz
Remove -s from LDFLAGS
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index aa81003..5cdd0d5 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ CC = cc
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -std=c99 -Wall -O2
-LDFLAGS = -s
+LDFLAGS =