File: Debug.cfg

package info (click to toggle)
c-evo-dh 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (45 lines) | stat: -rw-r--r-- 383 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
#INCLUDE /etc/fpc.cfg
#WRITE Compile Debug Version

# Position Independent Code
-Cg
-k-pie

# Bind Now
-k-znow

# Show message numbers
-vq

# Unused units
-vm5023

# Unused parameters 
-vm5024

# Constant comparison
-vm4044

# Inline inherited
-vm3123

# Inlining disabled
-vm3124

# Inlining
-vm6058

# Unused Private Type
-vm5071

#DEFINE TEXTLOG

-O1

-Co
-CR
-Ci
-Cr
-Ct
-Sa
-gl