diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-01 08:08:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-01 08:08:31 +0200 |
commit | 3a85f59dee043bb659de95af8f09eb20786ac641 (patch) | |
tree | 8ea2c2324f89f06d12cbd8b61f6c157ac4ba3eab | |
parent | Only use CLOCK_BOOTTIME if available and adjtimex(3) on Linux (diff) | |
download | timeprefix-3a85f59dee043bb659de95af8f09eb20786ac641.tar.gz timeprefix-3a85f59dee043bb659de95af8f09eb20786ac641.tar.bz2 timeprefix-3a85f59dee043bb659de95af8f09eb20786ac641.tar.xz |
Remove -s from LDFLAGS
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |