Skip to content

Commit

Permalink
Removes prints
Browse files Browse the repository at this point in the history
  • Loading branch information
benbierens committed May 15, 2024
1 parent 62a3334 commit 3a30543
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leveldbstatic/raw.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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").}
Expand Down

0 comments on commit 3a30543

Please sign in to comment.