Skip to content

Commit

Permalink
Moving to release build
Browse files Browse the repository at this point in the history
  • Loading branch information
peekxc committed Dec 28, 2023
1 parent 041059f commit 315bdd5
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 @@ -2,7 +2,7 @@ project(
'primate', 'cpp',
version: run_command(['src/primate/__version__.py'], check: true).stdout().strip(),
license: 'Apache-2.0',
meson_version: '>= 1.3.0',
meson_version: '>= 1.2.0',
default_options : [
'buildtype=debugoptimized',
'b_ndebug=if-release',
Expand Down

0 comments on commit 315bdd5

Please sign in to comment.