Skip to content
This repository was archived by the owner on Jun 4, 2023. It is now read-only.

Commit 41db3c0

Browse files
committed
Enable LTO again
Signed-off-by: falkTX <falktx@falktx.com>
1 parent 7ccddf8 commit 41db3c0

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55

66
env:
7-
CACHE_VERSION: 6
7+
CACHE_VERSION: 7
88
DEBIAN_FRONTEND: noninteractive
99
HOMEBREW_NO_AUTO_UPDATE: 1
1010

build.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ fi
1616
# ---------------------------------------------------------------------------------------------------------------------
1717
# import PawPaw environment
1818

19-
export PAWPAW_SKIP_LTO=1
20-
2119
pushd PawPaw
2220
source local.env ${target}
2321
popd

0 commit comments

Comments
 (0)