Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 196324 | Differences between
and this patch

Collapse All | Expand All

(-)config.mk.in (-1 / +1 lines)
Lines 7-13 Link Here
7
CC:=@CC@
7
CC:=@CC@
8
DEFS:=-D_ENABLE_TILT -D_ENABLE_FORCE #-D_DISABLE_NONBLOCK_UPDATES -D_DISABLE_AUTO_SELECT_DEVICE
8
DEFS:=-D_ENABLE_TILT -D_ENABLE_FORCE #-D_DISABLE_NONBLOCK_UPDATES -D_DISABLE_AUTO_SELECT_DEVICE
9
#CFLAGS:=-O3 -march=athlon-xp -Wall -pipe
9
#CFLAGS:=-O3 -march=athlon-xp -Wall -pipe
10
CFLAGS:=-Os -Wall -pipe $(DEFS) @CFLAGS@
10
CFLAGS:= @CFLAGS@ -fPIC $(DEFS)
11
INCLUDES:=-I$(topdir)/src
11
INCLUDES:=-I$(topdir)/src
12
LIBS:=@LDFLAGS@
12
LIBS:=@LDFLAGS@
13
13

Return to bug 196324