fix: noconfirm auto-selects first AUR match
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(void) {
|
||||
#ifdef NDEBUG
|
||||
printf("NDEBUG=1\n");
|
||||
#else
|
||||
printf("NDEBUG=0\n");
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
project('ndebug enabled', 'c')
|
||||
|
||||
executable('main', 'main.c')
|
||||
Reference in New Issue
Block a user