fix: noconfirm auto-selects first AUR match
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
project('ndebug enabled', 'c',
|
||||
default_options : [
|
||||
'buildtype=debugoptimized',
|
||||
'b_ndebug=if-release',
|
||||
])
|
||||
|
||||
test('exe', executable('main', 'main.c'))
|
||||
Reference in New Issue
Block a user