<div dir="ltr"><div>I personally find it very convenient to have a global include file for such features.</div><div>E.g. we have a global.inc with {$mode objfpc}{$modeswitch advancedrecords} and include it {$include global.inc} in every file of our project. This way we can easily modify a lot of compiler directives / macros that would affect all the units.<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Tue, Feb 4, 2020 at 10:41 AM Mr Bee via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org">fpc-pascal@lists.freepascal.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px"><div><div dir="ltr">As mention in the email title, what I meant is {$modeswitch} not {$mode} as explain here: </div><div dir="ltr"><a href="https://www.freepascal.org/docs-html/prog/progsu105.html" target="_blank">https://www.freepascal.org/docs-html/prog/progsu105.html</a><br></div><div dir="ltr"><br></div><div dir="ltr">For example, if I want to use extended record in objfpc mode, then I have to define</div><div dir="ltr"><br></div><div dir="ltr">{$mode objfpc}{$modeswitch advancedrecords}</div><div dir="ltr"><br></div><div dir="ltr">in every single file that using the feature. I prefer to put it in a config file or call it from command line, as default setting, so my code is cleaner from such things.<br></div><div><br></div><div dir="ltr">Is it possible?</div><div dir="ltr"><br></div><div dir="ltr">Thank you.</div><div dir="ltr"><br></div><div dir="ltr">Regards,</div><div><div style="font-family:Helvetica,Arial,sans-serif;font-size:16px"><div dir="ltr"><br></div><div dir="ltr"><br></div>–Mr Bee<div><br></div></div></div></div>
        <div><br></div><div><br></div>
        
        </div><div id="gmail-m_-293814390868973118yahoo_quoted_1669693129">
            <div style="font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;font-size:13px;color:rgb(38,40,42)">
                
                <div>
                    Pada Selasa, 4 Februari 2020 13.42.10 WIB, Sven Barth via fpc-pascal <<a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a>> menulis:
                </div>
                <div><br></div>
                <div><br></div>
                <div><div dir="ltr">Am 03.02.2020 um 23:19 schrieb Mr Bee via fpc-pascal:<br clear="none">> Hi all,<br clear="none">><br clear="none">> Is there a way to enable a mode switches from fpc command line?<br clear="none">><br clear="none"><br clear="none">Yes, using -M<x>, however these are discarded as soon as a $Mode <br clear="none">directive is read (just like any $Mode directive resets any $Modeswitch <br clear="none">directive).<div id="gmail-m_-293814390868973118yqtfd83843"><br clear="none"><br clear="none">Regards,</div><br clear="none">Sven<br clear="none">_______________________________________________<br clear="none">fpc-pascal maillist  -  <a shape="rect" href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br clear="none"><a shape="rect" href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><div id="gmail-m_-293814390868973118yqtfd15302"><br clear="none"></div></div></div>
            </div>
        </div></div>_______________________________________________<br>
fpc-pascal maillist  -  <a href="mailto:fpc-pascal@lists.freepascal.org" target="_blank">fpc-pascal@lists.freepascal.org</a><br>
<a href="https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal" rel="noreferrer" target="_blank">https://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal</a><br>
</blockquote></div>