Skip to content

Commit

Permalink
Switches default meson option to link statically
Browse files Browse the repository at this point in the history
  • Loading branch information
vimes committed Dec 5, 2024
1 parent 04253bc commit 3a2c877
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ project('yanet', 'cpp',
'buildtype=release',
'warning_level=2',
'werror=true',
'default_library=static',
'b_lto=true'])

yanet_rootdir = include_directories('.')
Expand Down

0 comments on commit 3a2c877

Please sign in to comment.