Removes prints

This commit is contained in:
Ben 2024-05-15 12:47:05 +02:00
parent 62a33349a8
commit 3a30543705
No known key found for this signature in database
GPG Key ID: 541B9D8C9F1426A1
1 changed files with 0 additions and 2 deletions

View File

@ -20,9 +20,7 @@ static:
proc doesCompile(cfile: string): int =
let rv = gorgeEx("gcc " & cfile)
if rv[1] == 0:
echo "YES: " & cfile
return 1
echo "NO: " & cfile
return 0
{.passc: "-DHAVE_FDATASYNC=" & $doesCompile(checkers/"check_fdatasync.c").}