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

Collapse All | Expand All

(-)wxMusik-0.3.0.2-orig/CMakeLists.txt (-1 / +1 lines)
Lines 85-91 Link Here
85
85
86
# Set build variables
86
# Set build variables
87
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ansi -pedantic")
87
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -ansi -pedantic")
88
SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} -O3 -pipe -fomit-frame-pointer")
88
SET(CMAKE_CXX_FLAGS_RELEASE "${CMAKE_CXX_FLAGS_RELEASE} ${CXXFLAGS}")
89
89
90
# Set install options
90
# Set install options
91
INSTALL_TARGETS(/usr/local/bin wxMusik)
91
INSTALL_TARGETS(/usr/local/bin wxMusik)

Return to bug 44706