diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:56:09 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:56:09 +0100 |
| commit | b630bb2e32ca92750eeae568bf80bf9e1f659279 (patch) | |
| tree | 18c40de1eb556332bd5a16e3391b2757e367d093 /config.mk | |
| parent | Update e-mail (diff) | |
| download | read-quickly-2.0.1.tar.gz read-quickly-2.0.1.tar.bz2 read-quickly-2.0.1.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, 3 insertions, 1 deletions
@@ -1,6 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -O2 -Wall +CFLAGS = LDFLAGS = -s |
