Browse Source

Enable LTO again

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.5.0
falkTX 2 years ago
parent
commit
41db3c011e
3 changed files with 2 additions and 4 deletions
  1. +1
    -1
      .github/workflows/release.yml
  2. +1
    -1
      Carla
  3. +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


Loading…
Cancel
Save