add -Wall to normal build (not just debug)

(Logical change 1.80)
edge.strict_endians
flatcap.org!flatcap 2003-01-09 01:42:21 +00:00
parent 9597186a6b
commit 679206550b
1 changed files with 2 additions and 2 deletions

View File

@ -29,9 +29,9 @@ LTVERSION = 4:0:0
# Need this to enable 64-bit (device) file access functions and parameters.
if DEBUG
AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -g -DDEBUG -Wall
AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -Wall -g -DDEBUG
else
AM_CFLAGS = -D_FILE_OFFSET_BITS=64
AM_CFLAGS = -D_FILE_OFFSET_BITS=64 -Wall
endif
linux_ntfsincludedir = -I$(top_srcdir)/include