diff options
author | Mattias Andrée <maandree@kth.se> | 2023-07-02 14:20:11 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2023-07-02 14:20:11 +0200 |
commit | 1e3bf0ef9c42da5ef7e7af0a213cac546ca0dba5 (patch) | |
tree | b302909103faec06967e7b1d42075e30c757a1ba | |
parent | Improve makefile (diff) | |
download | libhaiku-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>
-rw-r--r-- | config.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -Wall -O2 -LDFLAGS = -s +LDFLAGS = |