Ticket #60710: Makefile.patch
File Makefile.patch, 613 bytes (added by ballapete (Peter "Pete" Dyballa), 4 years ago) |
---|
-
Makefile
old new 38 38 DEBUGFLAGS+=-Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow \ 39 39 -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement \ 40 40 -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security \ 41 -W vla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \41 -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings \ 42 42 -Wredundant-decls -Wstrict-overflow=2 43 43 CFLAGS += $(DEBUGFLAGS) 44 44 FLAGS = $(CFLAGS) $(CPPFLAGS) $(MOREFLAGS)