This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
Carla-Releases
mirror of
https://github.com/falkTX/Carla-Releases.git
Watch
1
Star
0
Fork
0
Code
Releases
15
Activity
Browse Source
Enable LTO again
Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX
2 years ago
parent
7ccddf865a
commit
41db3c011e
3 changed files
with
2 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/release.yml
+1
-1
Carla
+0
-2
build.sh
+ 1
- 1
.github/workflows/release.yml
View File
@@ -4,7 +4,7 @@ on:
push:
env:
CACHE_VERSION:
6
CACHE_VERSION:
7
DEBIAN_FRONTEND: noninteractive
HOMEBREW_NO_AUTO_UPDATE: 1
+ 1
- 1
Carla
@@ -1 +1 @@
Subproject commit
e3fb99c579566c1f9a72e11288831b0da30622a1
Subproject commit
f8d7d9afcea4c01aaf502b5af884dde31dfb28a7
+ 0
- 2
build.sh
View File
@@ -16,8 +16,6 @@ fi
# ---------------------------------------------------------------------------------------------------------------------
# import PawPaw environment
export PAWPAW_SKIP_LTO=1
pushd PawPaw
source local.env ${target}
popd
Write
Preview
Loading…
Cancel
Save