Skip to content

Commit 97a967b

Browse files
committed
Add default build type
1 parent 9e92aab commit 97a967b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ project('libudev-devd', 'c',
22
version : '0.4',
33
license : 'BSD2CLAUSE',
44
default_options : [
5+
'buildtype=debugoptimized',
56
'warning_level=1',
67
'c_std=c11',
78
'werror=true' ],

0 commit comments

Comments
 (0)