Skip to content

Commit

Permalink
meson: Update the defaults to ensure some good codegen and base standard
Browse files Browse the repository at this point in the history
  • Loading branch information
amyspark committed Jun 7, 2023
1 parent ae4e5f1 commit 60dea1f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ project(
'substrate',
'cpp',
default_options: [
'cpp_std=c++11',
'warning_level=3'
'cpp_std=c++14',
'warning_level=3',
'buildtype=debugoptimized',
'default_library=static',
],
version: '0.0.1',
license: 'BSD-3-Clause',
Expand Down

0 comments on commit 60dea1f

Please sign in to comment.