Oh nice: the compiler settings in your .dproj files are not reflected in what Ctrl-O O emits in XE7
Posted by jpluimers on 2016/11/15
I need to test this with other Delphi versions:
Oh nice: the compiler settings in your .dproj files are not reflected in what Ctrl-O O emits as it always puts this as first line in your source code for Delphi XE7:
{$A8,B-,C+,D+,E-,F-,G+,H+,I+,J-,K-,L+,M-,N-,O+,P+,Q-,R-,S-,T-,U-,V+,W-,X+,Y+,Z1}
Which means that changing integer values in <DCC_Alighment> or <DCC_MinimumEnumSize> and boolean values in <DCC_Optimize> have no effect.
Bummer.
Source: Oh nice: the compiler settings in your .dproj files are not reflected in what…
I will officially report it as soon as https://www.ssllabs.com/ssltest/analyze.html?d=quality.embarcadero.com grades B or better.
And I need to find out if I can help determining which of these causes it via [WayBack] Thomas Mueller (dummzeuch) – Google+:
There are two possibilities:
1. The settings in the dproj file have no effect
2. The settings Ctrl-O O writes to the source file do not reflect the actual compiler settings but are hard coded instead.
(3. Both)
–jeroen
Leave a Reply