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

Collapse All | Expand All

(-)rules.mak.org (-2 / +2 lines)
Lines 45-53 Link Here
45
LINKLIBS += -lm
45
LINKLIBS += -lm
46
endif
46
endif
47
ifdef DEBUG
47
ifdef DEBUG
48
CFLAGS = -g -c -Wall -O -funsigned-char -I$(TOPDIR)/include
48
CFLAGS = $(MYCFLAGS) -g -c -Wall -O -funsigned-char -I$(TOPDIR)/include
49
else #!DEBUG
49
else #!DEBUG
50
CFLAGS = -g -c -Wall -O3  -funsigned-char -I$(TOPDIR)/include -DNDEBUG
50
CFLAGS = $(MYCFLAGS) -c -Wall -funsigned-char -I$(TOPDIR)/include -DNDEBUG
51
ifndef DEBUGABLE
51
ifndef DEBUGABLE
52
CFLAGS += -fomit-frame-pointer
52
CFLAGS += -fomit-frame-pointer
53
endif #!DEBUGABLE
53
endif #!DEBUGABLE

Return to bug 119347