mirror of
https://github.com/AdaCore/PolyORB.git
synced 2026-02-12 13:01:15 -08:00
builds use pragma Initialize_Scalars and enable assertions and pragmas Debug for compile-time tools as well (previously this was done for the PolyORB runtime only). Prompted by H624-006 Subversion-branch: /trunk/polyorb Subversion-revision: 126002
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
-- Set policies
|
|
|
|
pragma Assertion_Policy (@ASSERTION_POLICY@);
|
|
pragma Debug_Policy (@DEBUG_POLICY@);
|
|
|
|
-- Set Initialize_Scalars for debug builds
|
|
|
|
@DEBUG_ONLY@pragma Initialize_Scalars;
|