We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 699d534 commit 67b11feCopy full SHA for 67b11fe
1 file changed
bootstrap-jack2.sh
@@ -157,6 +157,10 @@ if [ "${WIN64}" -eq 1 ]; then
157
source setup/env.sh
158
PAWPAW_BUILDDIR="${PAWPAW_DIR}/builds/win64"
159
PAWPAW_PREFIX="${PAWPAW_DIR}/targets/win64"
160
+ if [ -z "${PAWPAW_SKIP_LTO}" ] || [ "${PAWPAW_SKIP_LTO}" -eq 0 ]; then
161
+ PAWPAW_BUILDDIR+="-lto"
162
+ PAWPAW_PREFIX+="-lto"
163
+ fi
164
source setup/functions.sh
165
166
copy_download tre tre-x32 "${TRE_VERSION}"
0 commit comments