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

Collapse All | Expand All

(-)Makefile.orig (-1 / +1 lines)
Lines 6-12 Link Here
6
################
6
################
7
7
8
ifneq ($(findstring gcc,$(compiler)),) # GCC family
8
ifneq ($(findstring gcc,$(compiler)),) # GCC family
9
  flags = -O3 -fomit-frame-pointer -Ilib
9
  flags = $(CXXFLAGS) -Ilib
10
  c = $(compiler) $(flags)
10
  c = $(compiler) $(flags)
11
  cpp = $(subst cc,++,$(compiler)) $(flags)
11
  cpp = $(subst cc,++,$(compiler)) $(flags)
12
  obj = o
12
  obj = o

Return to bug 254471