aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-07-02 14:20:11 +0200
committerMattias Andrée <maandree@kth.se>2023-07-02 14:20:11 +0200
commit1e3bf0ef9c42da5ef7e7af0a213cac546ca0dba5 (patch)
treeb302909103faec06967e7b1d42075e30c757a1ba /config.mk
parentImprove makefile (diff)
downloadlibhaiku-1e3bf0ef9c42da5ef7e7af0a213cac546ca0dba5.tar.gz
libhaiku-1e3bf0ef9c42da5ef7e7af0a213cac546ca0dba5.tar.bz2
libhaiku-1e3bf0ef9c42da5ef7e7af0a213cac546ca0dba5.tar.xz
Remove -s from LDFLAGS2.0.1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index 2a92212..c45876e 100644
--- a/config.mk
+++ b/config.mk
@@ -5,4 +5,4 @@ CC = c99
CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700
CFLAGS = -Wall -O2
-LDFLAGS = -s
+LDFLAGS =