Skip to content
Snippets Groups Projects
Commit 52c6d521 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Enable LTO for linux builds

parent 1eb4a45d
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ variables: ...@@ -39,7 +39,7 @@ variables:
- linux - linux
- docker - docker
script: script:
- autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUNIX_DISABLE_FATAL_WARNINGS=ON - autobuild configure -c ReleaseOS -- -DUSE_FMODSTUDIO=ON -DUSE_NVAPI=ON -DUSE_LTO=ON -DUNIX_DISABLE_FATAL_WARNINGS=ON
- autobuild build -c ReleaseOS --no-configure - autobuild build -c ReleaseOS --no-configure
artifacts: artifacts:
name: "$env:CI_COMMIT_REF_NAME-$env:CI_COMMIT_SHORT_SHA" name: "$env:CI_COMMIT_REF_NAME-$env:CI_COMMIT_SHORT_SHA"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment