Skip to content

Commit

Permalink
build with link time optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jan 6, 2025
1 parent 606c05a commit cd9513a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ project(
'cpp',
license: 'MPL-2.0',
version: '0.11.0',
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20', 'b_lto=true'],
meson_version: '>=1.3.2' #first version with clang-cl openmp support
)

Expand Down

0 comments on commit cd9513a

Please sign in to comment.