diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:22:08 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:22:08 +0100 |
| commit | 5d0d0e7d2f65f23b5eb3105a9163d403d239915d (patch) | |
| tree | 1d743d74ccb5a9f32d14321befc29292b06dc8ae /config.mk | |
| parent | Fix makefile (diff) | |
| download | libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.gz libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.bz2 libcolour-5d0d0e7d2f65f23b5eb3105a9163d403d239915d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | config.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,8 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = cc -std=c11 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -CFLAGS = -std=c11 -Wall -pedantic -O2 +CFLAGS = -Wall -pedantic -O2 LDFLAGS = -lm -s |
