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

(-)Makefile (-3 lines)
Lines 14-22 OPT ?= -O2 -DNDEBUG Link Here
14
# OPT ?= -O2 -g2 -DNDEBUG
14
# OPT ?= -O2 -g2 -DNDEBUG
15
#-----------------------------------------------
15
#-----------------------------------------------
16
# detect what platform we're building on
17
$(shell CC="$(CC)" CXX="$(CXX)" TARGET_OS="$(TARGET_OS)" \
18
    ./build_detect_platform build_config.mk ./)
19
# this file is generated by the previous line to set build flags and sources
16
# this file is generated by the previous line to set build flags and sources
20
include build_config.mk
17
include build_config.mk

Return to bug 541186