diff options
| author | Mattias Andrée <m@maandree.se> | 2026-02-22 14:03:12 +0100 |
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2026-02-22 14:03:12 +0100 |
| commit | 91d4a3cffdf983cd0915f4610b4e0a9bd47f31ae (patch) | |
| tree | de37da072d58975cef1057e451cc064c6b7be9b8 /config.mk | |
| parent | Update e-mail (diff) | |
| download | adjbacklight-8.2.3.tar.gz adjbacklight-8.2.3.tar.bz2 adjbacklight-8.2.3.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
@@ -3,8 +3,8 @@ MANPREFIX = $(PREFIX)/share/man VIDEO_GROUP = video -CC = cc +CC = c99 CPPFLAGS = -D_DEFAULT_SOURCE -D_BSD_SOURCE -D_XOPEN_SOURCE=700 -CFLAGS = -std=c99 -Wall -O2 +CFLAGS = LDFLAGS = -s |
