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 f575ea7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
6 changes: 0 additions & 6 deletions librib/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,3 @@ libyabird = library('yanet-rib',
include_directories: yanet_rootdir,
dependencies: dependencies,
install: true)

libyabird_static = static_library('yanet-rib',
sources,
include_directories: yanet_rootdir,
dependencies: dependencies,
install: true)
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 f575ea7

Please sign in to comment.