lace_shared: Add compiler option to show extra debug info in 'constraint_Error' messages.
This commit is contained in:
@@ -63,6 +63,7 @@ is
|
|||||||
Binder_Options := Binder_Options & "-Es";
|
Binder_Options := Binder_Options & "-Es";
|
||||||
Compiler_Options := Compiler_Options & "-O0"
|
Compiler_Options := Compiler_Options & "-O0"
|
||||||
& "-gnato"
|
& "-gnato"
|
||||||
|
& "-gnateE" -- Extra debug info in constraint_Error messages.
|
||||||
& "-fstack-check"
|
& "-fstack-check"
|
||||||
& "-g";
|
& "-g";
|
||||||
case lace_OS
|
case lace_OS
|
||||||
|
|||||||
Reference in New Issue
Block a user