File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Packages/Delphi/Delphi 10.3- Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11package Python_D;
22
3+ {$R *.res}
34{$R '..\..\..\Source\PythonEngine.dcr'}
45{$IFDEF IMPLICITBUILDING This IFDEF should not be used by users}
56{$ALIGN 8}
67{$ASSERTIONS ON}
78{$BOOLEVAL OFF}
8- {$DEBUGINFO OFF }
9+ {$DEBUGINFO ON }
910{$EXTENDEDSYNTAX ON}
1011{$IMPORTEDDATA ON}
1112{$IOCHECKS ON}
1213{$LOCALSYMBOLS ON}
1314{$LONGSTRINGS ON}
1415{$OPENSTRINGS ON}
15- {$OPTIMIZATION OFF }
16+ {$OPTIMIZATION ON }
1617{$OVERFLOWCHECKS OFF}
1718{$RANGECHECKS OFF}
1819{$REFERENCEINFO ON}
1920{$SAFEDIVIDE OFF}
20- {$STACKFRAMES ON }
21+ {$STACKFRAMES OFF }
2122{$TYPEDADDRESS OFF}
2223{$VARSTRINGCHECKS ON}
2324{$WRITEABLECONST OFF}
2425{$MINENUMSIZE 1}
2526{$IMAGEBASE $400000}
26- {$DEFINE DEBUG}
2727{$ENDIF IMPLICITBUILDING}
2828{$DESCRIPTION 'Components for Python'}
2929{$IMPLICITBUILD OFF}
You can’t perform that action at this time.
0 commit comments