Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 241428
Collapse All | Expand All

(-)a/Makefile (-1 lines)
Lines 7-13 Link Here
7
CFLAGS := -O2 -fkeep-inline-functions -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
7
CFLAGS := -O2 -fkeep-inline-functions -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
8
#CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
8
#CFLAGS := -O2 -W -Wall -Wbad-function-cast -Wcast-align -Wpointer-arith -Wcast-qual -Wshadow -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -fkeep-inline-functions -Wwrite-strings -Waggregate-return -Wnested-externs -Wtrigraphs $(CFLAGS)
9
9
10
LDFLAGS = -s
11
INSTALL = install
10
INSTALL = install
12
INSTALL_DATA = $(INSTALL) -m 644
11
INSTALL_DATA = $(INSTALL) -m 644
13
INSTALL_PROGRAM = $(INSTALL)
12
INSTALL_PROGRAM = $(INSTALL)

Return to bug 241428