build: Enable -Wall for automake

This will make sure to warn about bogus or deprecated constructs.
This commit is contained in:
Guillem Jover 2022-12-13 03:35:05 +01:00
parent e57c07875c
commit b9bf42ddc3

View File

@ -8,6 +8,7 @@ AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE( AM_INIT_AUTOMAKE(
[1.11] [1.11]
[-Wall]
[foreign] [foreign]
[nostdinc] [nostdinc]
[subdir-objects] [subdir-objects]