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

(-)truecrypt-5.1a-source.orig/Makefile (-4 / +4 lines)
Lines 110-124 Link Here
110
C_CXX_FLAGS += -DTC_UNIX -DTC_LINUX
110
C_CXX_FLAGS += -DTC_UNIX -DTC_LINUX
111
111
112
ifeq "$(TC_BUILD_CONFIG)" "Release"
112
ifeq "$(TC_BUILD_CONFIG)" "Release"
113
C_CXX_FLAGS += -fdata-sections -ffunction-sections
113
#C_CXX_FLAGS += -fdata-sections -ffunction-sections
114
LFLAGS += -Wl,--gc-sections
114
#LFLAGS += -Wl,--gc-sections
115
115
116
ifneq "$(shell ld --help 2>&1 | grep sysv | wc -l)" "0"
116
ifneq "$(shell ld --help 2>&1 | grep sysv | wc -l)" "0"
117
LFLAGS += -Wl,--hash-style=sysv
117
LFLAGS += -Wl,--hash-style=sysv
118
endif
118
endif
119
119
120
WXCONFIG_CFLAGS += -fdata-sections -ffunction-sections
120
#WXCONFIG_CFLAGS += -fdata-sections -ffunction-sections
121
WXCONFIG_CXXFLAGS += -fdata-sections -ffunction-sections
121
#WXCONFIG_CXXFLAGS += -fdata-sections -ffunction-sections
122
endif
122
endif
123
123
124
endif
124
endif

Return to bug 217534