diff options
| author | Mattias Andrée <maandree@kth.se> | 2019-10-10 16:54:00 +0200 | 
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2019-10-10 16:54:00 +0200 | 
| commit | d771ce10bcb32b6121242b11160a4834f831b035 (patch) | |
| tree | fa41fa37e4b928f8a36e77a367f638162acf50a2 | |
| parent | Minor style fix and comment improvement (diff) | |
| download | cg-tools-d771ce10bcb32b6121242b11160a4834f831b035.tar.gz cg-tools-d771ce10bcb32b6121242b11160a4834f831b035.tar.bz2 cg-tools-d771ce10bcb32b6121242b11160a4834f831b035.tar.xz | |
Update config.mk
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -4,5 +4,5 @@ MANPREFIX = $(PREFIX)/share/man  PKGNAME = cg-tools  CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D'PKGNAME="$(PKGNAME)"'  -CFLAGS   = -std=c99 -Wall -Og -g -LDFLAGS  = -lcoopgamma -lm +CFLAGS   = -std=c99 -Wall -O2 +LDFLAGS  = -lcoopgamma -lm -s | 
