Skip to content
Snippets Groups Projects
Commit cccc437a authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-19 12:17:59 by simonmar]

ignore -no-link-chk for backwards compat.
parent 24d08752
No related merge requests found
......@@ -1646,6 +1646,7 @@ opts =
------- Miscellaneous -----------------------------------------------
, ( "cpp" , NoArg (writeIORef cpp_flag True) )
, ( "#include" , SepArg (add cmdline_hc_includes) )
, ( "no-link-chk" , NoArg (return ()) ) -- ignored for backwards compat
------- Output Redirection ------------------------------------------
, ( "odir" , HasArg (writeIORef output_dir . Just) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment