Browse Source

-Wextra for CFLAGS

Serj Kalichev 1 year ago
parent
commit
df660d5c41
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile.am

+ 1 - 1
Makefile.am

@@ -10,7 +10,7 @@ if DEBUG
 DEBUG_CFLAGS = -DDEBUG
 endif
 
-AM_CFLAGS = -Wall $(DEBUG_CFLAGS)
+AM_CFLAGS = -Wall -Wextra $(DEBUG_CFLAGS)
 AM_LDFLAGS = -z relro -z now -z defs
 
 bin_PROGRAMS =