Skip to content

Commit

Permalink
build(meson): remove optimization from project default options
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroPalmu committed Jan 13, 2025
1 parent f11b0a2 commit 6c88b62
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,11 @@ project(
'cpp',
version: '0.2.0',
meson_version: '>= 1.4.0',
default_options : ['warning_level=3', 'werror=true', 'optimization=3', 'cpp_std=c++26']
default_options : [
'warning_level=3',
'werror=true',
'cpp_std=c++26',
],
)

if not meson.is_subproject()
Expand Down

0 comments on commit 6c88b62

Please sign in to comment.