diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:27:55 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:27:55 +0100 |
| commit | 88b7fdcd329a1bcd7e4358326ce2e290a2e85176 (patch) | |
| tree | a98129dd85ff7affb97e20244cd45a00ce1d9b16 /config.mk | |
| parent | Update e-mail (diff) | |
| download | gpp-88b7fdcd329a1bcd7e4358326ce2e290a2e85176.tar.gz gpp-88b7fdcd329a1bcd7e4358326ce2e290a2e85176.tar.bz2 gpp-88b7fdcd329a1bcd7e4358326ce2e290a2e85176.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 -Wall -O2 +CFLAGS = LDFLAGS = -s |
