X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2FSDCCmain.c;h=e7f5eea422791665b69493d3cbf3819d6e0a79d2;hb=904538934253171b501983a5377efad7ca65d848;hp=60af6f82205f7b04086945b0d1a7aaaaadbc9e60;hpb=9a382ea007dd372b41f444337bedfacba4c782aa;p=fw%2Fsdcc diff --git a/src/SDCCmain.c b/src/SDCCmain.c index 60af6f82..e7f5eea4 100644 --- a/src/SDCCmain.c +++ b/src/SDCCmain.c @@ -203,7 +203,8 @@ optionsTable[] = { { 0, "--verbose", &options.verbose, "Trace calls to the preprocessor, assembler, and linker" }, { 0, OPTION_LESS_PEDANTIC, NULL, "Disable some of the more pedantic warnings" }, { 0, OPTION_SHORT_IS_8BITS, NULL, "Make short 8bits (for old times sake)" }, - { 0, "--profile", &options.profile, "On supported ports, generate extra profiling information" } + { 0, "--profile", &options.profile, "On supported ports, generate extra profiling information" }, + { 0, "--fommit-frame-pointer", &options.ommitFramePtr, "Leave out the frame pointer." } }; /** Table of all unsupported options and help text to display when one