blob: 16393dcc8ebc966bc9a42c2340369a3e64b1d327 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
--- gnat2why/smissing.c.orig 2014-04-10 15:20:38 UTC
+++ gnat2why/smissing.c
@@ -32,6 +32,15 @@
allocation strategy for large objects in certain cases). */
int flag_stack_check = 0;
+/* Controls the balance between GNAT encodings and standard DWARF to
+ emit in the debug information. Useful for DWARF debugging information
+ generation only so not used in SPARK2014 */
+int gnat_encodings = 0;
+
+/* controlled by -fcompare-debug option on gcc, hardcode to 0 based on
+ comment above */
+int flag_compare_debug = 0;
+
/* Originally defined in GCC's toplev.c. */
int optimize = 0;
int optimize_size = 0;
|