diff options
author | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:10:26 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-09-16 18:10:26 +0200 |
commit | 76c910e166d2b1887c5d355df4efec47ec0ce3bd (patch) | |
tree | b5761449486d6cadf6d4e00bd96a92fb5d7890cc /config.mk | |
parent | Merge branch 'rewrite' (diff) | |
download | libhaiku-2.0.1.tar.gz libhaiku-2.0.1.tar.bz2 libhaiku-2.0.1.tar.xz |
Improve makefile, fix warnings, and fix libhaiku_perror linking2.0.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CPPFLAGS = +CC = cc + +CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 CFLAGS = -std=c99 -Wall -O2 LDFLAGS = -s |