diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:07:10 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:07:10 +0100 |
| commit | e577f9bf50664f21c7fbbb77f894602348202282 (patch) | |
| tree | d7e348e273e32f0a5dfedf4b5108c124a88580e5 /config.mk | |
| parent | Update e-mail (diff) | |
| download | bfind-e577f9bf50664f21c7fbbb77f894602348202282.tar.gz bfind-e577f9bf50664f21c7fbbb77f894602348202282.tar.bz2 bfind-e577f9bf50664f21c7fbbb77f894602348202282.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'config.mk')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D_GNU_SOURCE -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = -O2 LDFLAGS = |
