View | Details | Raw Unified | Return to bug 232936
Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 32-37 Link Here
32
32
33
CFLAGS+=	-Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual
33
CFLAGS+=	-Wall -Wwrite-strings -Wmissing-declarations -Wredundant-decls -Wcast-qual
34
CFLAGS+=	-Wno-unused-label -Wno-uninitialized
34
CFLAGS+=	-Wno-unused-label -Wno-uninitialized
35
CFLAGS:=	${CFLAGS:N-O*}
35
36
36
SUB_FILES=	require.scm
37
SUB_FILES=	require.scm
37
38

Return to bug 232936