diff options
author | Mattias Andrée <maandree@kth.se> | 2021-02-28 01:08:12 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-02-28 01:08:12 +0100 |
commit | 196c7837ecdef9d18ab4c22e1c9e9c6aec852d9c (patch) | |
tree | a13d6a45c7d4060e8963671c5c7e810c490e8ee3 /config.mk | |
parent | Update makefile (diff) | |
download | gpp-6576ad0c6f3207c8a527b4fca19805fe87c59487.tar.gz gpp-6576ad0c6f3207c8a527b4fca19805fe87c59487.tar.bz2 gpp-6576ad0c6f3207c8a527b4fca19805fe87c59487.tar.xz |
Update config.mk2.0
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'config.mk')
-rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,5 +2,5 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -Og -g -LDFLAGS = +CFLAGS = -std=c99 -Wall -O2 +LDFLAGS = -s |