diff options
| author | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-03 14:31:16 +0200 |
|---|---|---|
| committer | Robin Haberkorn <rhaberkorn@fmsbw.de> | 2026-07-03 14:31:16 +0200 |
| commit | dfdd292ea7163e60ecdb27ef4e76d85e355c97a4 (patch) | |
| tree | 3d8d54d9f5c01c78deee03e08f3c82f06406006a /Makefile.am | |
| parent | d71d7527a8be8654560867d761036598408bfe14 (diff) | |
| download | terex-dfdd292ea7163e60ecdb27ef4e76d85e355c97a4.tar.gz | |
Automake: build with `-Wall`
Diffstat (limited to 'Makefile.am')
| -rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 503206a..699829b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,3 +1,4 @@ +AM_CFLAGS = -Wall AM_CPPFLAGS = -DREGEX_STANDALONE noinst_LTLIBRARIES = libterex.la |
