Skip to content

Commit

Permalink
minor fixes reduce warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-urban committed Jul 5, 2024
1 parent 10c2eeb commit e6e99b5
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 @@ -10,7 +10,7 @@ project(
license: 'MPL-2.0',

version: '0.8.0',
default_options: ['warning_level=1', 'buildtype=release', 'cpp_std=c++20'],
default_options: ['warning_level=2', 'buildtype=release', 'cpp_std=c++20'],
meson_version: '>=1.3.2' #first version with clang-cl openmp support
)

Expand Down

0 comments on commit e6e99b5

Please sign in to comment.