diff --git a/leveldbstatic/raw.nim b/leveldbstatic/raw.nim index 580d8fa..e15b74d 100644 --- a/leveldbstatic/raw.nim +++ b/leveldbstatic/raw.nim @@ -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").}