lace_shared: Add compiler option to show extra debug info in 'constraint_Error' messages.

This commit is contained in:
Rod Kay
2022-11-11 15:44:57 +11:00
parent 4675fa37c8
commit 4385bfdc47

View File

@@ -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