diff --git a/Rakefile b/Rakefile index 1321ba5..0a35243 100644 --- a/Rakefile +++ b/Rakefile @@ -43,6 +43,8 @@ TEST_MODULES = Dir["tests/unit/check_*.c"].map { |n| if DEBUG LDFLAGS << ["-g"] CCFLAGS << ["-g -DDEBUG"] +else + CCFLAGS << "-O2" end desc "Build the binary and man page"