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

(-)bsnes.orig/src/Makefile (-1 / +1 lines)
Lines 8-14 Link Here
8
8
9
c     := $(compiler)
9
c     := $(compiler)
10
cpp   := $(subst cc,++,$(compiler))
10
cpp   := $(subst cc,++,$(compiler))
11
flags := -O3 -fomit-frame-pointer -Ilib
11
flags := $(CXXFLAGS) -fomit-frame-pointer -Ilib
12
link  :=
12
link  :=
13
13
14
# profile-guided instrumentation:
14
# profile-guided instrumentation:

Return to bug 254471