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

Collapse All | Expand All

(-)qtstalker-orig/src/src.pro (-1 / +1 lines)
Lines 1-6 Link Here
1
TEMPLATE = app
1
TEMPLATE = app
2
2
3
CONFIG += thread warn_on debug
3
CONFIG += thread warn_on debug no_fixpath
4
4
5
QMAKE_CXXFLAGS += -rdynamic -ffast-math
5
QMAKE_CXXFLAGS += -rdynamic -ffast-math
6
QMAKE_CXXFLAGS += -Os
6
QMAKE_CXXFLAGS += -Os
(-)qtstalker-orig/plugin.config (-1 / +1 lines)
Lines 1-6 Link Here
1
TEMPLATE = lib
1
TEMPLATE = lib
2
2
3
CONFIG += thread warn_on plugin
3
CONFIG += thread warn_on plugin no_fixpath
4
4
5
QMAKE_CXXFLAGS += -ffast-math -Os
5
QMAKE_CXXFLAGS += -ffast-math -Os
6
6

Return to bug 108932