diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 12:54:48 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 12:54:48 +0100 |
| commit | 6a1923f36ffef608e99dfc217e83f10d2741a909 (patch) | |
| tree | ffb18a2acd1b37f54e817f4ca91fac7b057cd0db /config.mk | |
| parent | Update e-mail (diff) | |
| download | xtest-6a1923f36ffef608e99dfc217e83f10d2741a909.tar.gz xtest-6a1923f36ffef608e99dfc217e83f10d2741a909.tar.bz2 xtest-6a1923f36ffef608e99dfc217e83f10d2741a909.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
@@ -1,6 +1,8 @@ PREFIX = /usr/local MANPREFIX = $(PREFIX)/share/man -CFLAGS = -std=c99 -Wall -pedantic -O2 +CC = c99 + CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE +CFLAGS = LDFLAGS = -s |
