Skip to content

Commit

Permalink
Merge pull request #74 from casperisfine/remove-have-func-main
Browse files Browse the repository at this point in the history
Stop checking for `main` function in `libc`
  • Loading branch information
heliocola authored Jan 19, 2024
2 parents 4e4dec3 + 0a10222 commit e024f38
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tasks/compile.rake
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ require 'mkmf'
CONFIG['warnflags'].gsub!(/-Wshorten-64-to-32/, '') if CONFIG['warnflags']
$CFLAGS << ' -O0 -Wall ' if CONFIG['CC'] =~ /gcc/
dir_config("redcloth_scan")
have_library("c", "main")
create_makefile("redcloth_scan")
EOF
end
Expand Down

0 comments on commit e024f38

Please sign in to comment.