File: Disable-Stack-Checks.patch

package info (click to toggle)
libalog 0.3-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,056 kB
  • ctags: 465
  • sloc: ada: 5,203; makefile: 166; sql: 9; sh: 2
file content (13 lines) | stat: -rw-r--r-- 369 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Author: Adrian-Ken Rueegsegger <ken@codelabs.ch>
Description: Disable stack checks.

--- alog.orig/alog_common.gpr
+++ alog/alog_common.gpr
@@ -34,7 +34,6 @@
                          "-gnat05",
                          "-gnatwal",
                          "-gnatf",
-                         "-fstack-check",
                          "-gnato");
 end Alog_Common;