Browse Source

Disable LTO by default

Signed-off-by: falkTX <falktx@falktx.com>
pull/117/head
falkTX 1 year ago
parent
commit
9b0581945b
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      meson_options.txt

+ 1
- 1
meson_options.txt View File

@@ -6,7 +6,7 @@ option('optimizations',

option('lto-optimizations',
type: 'boolean',
value: true,
value: false,
description: 'Enable LTO optimizations',
)



Loading…
Cancel
Save