diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:55:02 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:55:02 +0100 |
| commit | 6648e5a80e33bdae4ba70c81231a2a28ac7b4411 (patch) | |
| tree | 7da787e854b3f56dc860500e59ab61e484041681 /config.mk | |
| parent | Update e-mail (diff) | |
| download | liberror-libc-6648e5a80e33bdae4ba70c81231a2a28ac7b4411.tar.gz liberror-libc-6648e5a80e33bdae4ba70c81231a2a28ac7b4411.tar.bz2 liberror-libc-6648e5a80e33bdae4ba70c81231a2a28ac7b4411.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 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -CFLAGS = -std=c99 -Wall -pedantic +CFLAGS = LDFLAGS = -s -lerror |
