diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:32:05 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:32:05 +0100 |
| commit | 2029f7c60166174d8eebc4f5e596728a0d202665 (patch) | |
| tree | 236f760036938bba852768aab5eab320d8b92038 /config.mk | |
| parent | Update e-mail (diff) | |
| download | editasroot-2029f7c60166174d8eebc4f5e596728a0d202665.tar.gz editasroot-2029f7c60166174d8eebc4f5e596728a0d202665.tar.bz2 editasroot-2029f7c60166174d8eebc4f5e596728a0d202665.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, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man LIBEXECDIR = $(PREFIX)/libexec/editasroot -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -D'LIBEXECDIR="$(LIBEXECDIR)"' -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s |
