diff options
author | Mattias Andrée <maandree@kth.se> | 2019-10-10 16:56:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2019-10-10 16:56:51 +0200 |
commit | cc2c47bc3b31d8ef989014345b960a3d2659e2a9 (patch) | |
tree | befa0ace01fd63ce785e56f70193fb0e0aa3a63f /config.mk | |
parent | Add install and uninstall to makefile (diff) | |
download | radharc-cc2c47bc3b31d8ef989014345b960a3d2659e2a9.tar.gz radharc-cc2c47bc3b31d8ef989014345b960a3d2659e2a9.tar.bz2 radharc-cc2c47bc3b31d8ef989014345b960a3d2659e2a9.tar.xz |
Update config.mk
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 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -g -LDFLAGS = -lcoopgamma -lred -lm +CFLAGS = -std=c99 -Wall -O2 +LDFLAGS = -lcoopgamma -lred -lm -s |