diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 13:10:23 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 13:10:23 +0100 |
| commit | c58250956947ed692c455987f6f10ef8640d2575 (patch) | |
| tree | f7bbe27e114a9363971dc901df87e60e7beb9c89 /config.mk | |
| parent | Fix typo (diff) | |
| download | alarm-1.2.4.tar.gz alarm-1.2.4.tar.bz2 alarm-1.2.4.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
@@ -1,8 +1,8 @@ PREFIX = /usr MANPREFIX = $(PREFIX)/share/man -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = -O2 LDFLAGS = -s |
