aboutsummaryrefslogtreecommitdiffstats
path: root/config.mk
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:32:05 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:32:05 +0100
commit2029f7c60166174d8eebc4f5e596728a0d202665 (patch)
tree236f760036938bba852768aab5eab320d8b92038 /config.mk
parentUpdate e-mail (diff)
downloadeditasroot-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.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.mk b/config.mk
index bcc64e8..bf6531b 100644
--- a/config.mk
+++ b/config.mk
@@ -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