<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 26 Jul 2013, at 15:14, Mattias Gaertner wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; font-family: Monaco; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: -webkit-auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; font-size: medium; ">Lazarus wants to show all available switches of the currently selected<br>fpc.<br>It would be nice if the compiler could output all options. Something<br>like the -h option, but in a machine readable format.<br><br>How difficult is it to implement that?<br></span></blockquote><br></div><div>It would have to be implemented and maintained completely manually. There is no general table or so in the compiler of all supported options nor of all options and their explanations. Or alternatively, the option parsing (and associated help text display) would have to be rewritten completely.</div><div><br></div><div><br></div><div>Jonas</div><br></body></html>