Skip to content

Commit

Permalink
meson.build: go back to minsize
Browse files Browse the repository at this point in the history
  • Loading branch information
Traneptora committed Mar 28, 2023
1 parent 361d55a commit 391aa6b
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('hydrium', 'c',
license: ['BSD-2-Clause'],
version : '0.2.2',
default_options: [
'buildtype=debugoptimized',
'buildtype=minsize',
'c_std=c99',
'warning_level=1',
],
Expand Down

0 comments on commit 391aa6b

Please sign in to comment.