diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:18:15 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:18:15 +0100 |
| commit | 9a3a3c4e9db5800667ed160b8d0eac90a1761352 (patch) | |
| tree | cdb3a72d784333a79627a75d27545d9043fe3721 /config.mk | |
| parent | Update e-mail (diff) | |
| download | bff-9a3a3c4e9db5800667ed160b8d0eac90a1761352.tar.gz bff-9a3a3c4e9db5800667ed160b8d0eac90a1761352.tar.bz2 bff-9a3a3c4e9db5800667ed160b8d0eac90a1761352.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -5,6 +5,8 @@ VERSION = 1.0 PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -CFLAGS = -std=c99 -Wall -pedantic -O2 +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 +CFLAGS = -O2 LDFLAGS = -s |
