diff options
author | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-30 16:51:13 +0100 |
---|---|---|
committer | Toni Uhlig <Toni.Uhlig@tq-group.com> | 2017-11-30 16:51:13 +0100 |
commit | 6f0e2dda985d42d4e8837482c82b13f927bb8154 (patch) | |
tree | 0d7b9d89f11adcf255722fd59a6de38d78753d8f /build_wxwidgets.sh | |
parent | bd16ac240833c43be888c47eb29bdbeca74f04b4 (diff) |
minor improvments
Diffstat (limited to 'build_wxwidgets.sh')
-rwxr-xr-x | build_wxwidgets.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build_wxwidgets.sh b/build_wxwidgets.sh index 6622ecf..797a258 100755 --- a/build_wxwidgets.sh +++ b/build_wxwidgets.sh @@ -19,6 +19,8 @@ git checkout . cd .. mkdir -p "${WDIR}-${HOSTT:-host}" cd "${WDIR}-${HOSTT:-host}" + +# Verify: Do we need '-Wl,-gc-sections' since we are creating static lib archives? CXXFLAGS="-ffunction-sections -fdata-sections -Os -Wno-deprecated-declarations -Wno-misleading-indentation -Wno-undef" ../${WDIR}/configure --without-expat --disable-compat28 --disable-compat30 \ --disable-richtooltip --disable-richmsgdlg --disable-richtext \ |