Skip to content

Commit

Permalink
allow goto-cc -E
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Kroening committed Sep 19, 2017
1 parent 00cbad7 commit 0823f05
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/goto-cc/gcc_mode.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -419,10 +419,7 @@ int gcc_modet::doit()
else if(cmdline.isset('c'))
compiler.mode=compilet::COMPILE_ONLY;
else if(cmdline.isset('E'))
{
compiler.mode=compilet::PREPROCESS_ONLY;
UNREACHABLE;
}
else if(cmdline.isset("shared") ||
cmdline.isset('r')) // really not well documented
compiler.mode=compilet::COMPILE_LINK;
Expand Down

0 comments on commit 0823f05

Please sign in to comment.