File: ve.esd

package info (click to toggle)
gobo 3.3-6
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 30,488 kB
  • ctags: 27,045
  • sloc: yacc: 6,909; lex: 6,036; xml: 4,406; makefile: 370; sh: 217
file content (68 lines) | stat: -rw-r--r-- 1,483 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
system

	rpcalc

root

	RPCALC

creation

	execute

cluster

	[rpcalc "$GOBO/example/parse/rpcalc"] end
	[pr_error "$GOBO/library/parse/error"] end
	[pr_fsm "$GOBO/library/parse/fsm"] end
	[pr_generation "$GOBO/library/parse/generation"] end
	[pr_grammar "$GOBO/library/parse/grammar"] end
	[pr_parser "$GOBO/library/parse/parser"] end
	[pr_skeleton "$GOBO/library/parse/skeleton"] end
	[pr_support "$GOBO/library/parse/support"] end
	[pr_yacc "$GOBO/library/parse/yacc"] end
	[kl_basic "$GOBO/library/kernel/basic"] end
	[kl_elks "$GOBO/library/kernel/elks"] end
	[kl_io "$GOBO/library/kernel/io"] end
	[kl_misc "$GOBO/library/kernel/misc"] end
	[kl_unicode "$GOBO/library/kernel/unicode"] end
	[kl_support "$GOBO/library/kernel/support"] end
	[kl_spec_ve "$GOBO/library/kernel/spec/ve"] end
	[Kernel "$VE_Lib/Kernel"] end
	[Pool "$VE_Lib/Misc/Pool"] end
	[gArgs "$VE_Lib/Tools/gArgs"] end
	[TimeDate "$VE_Lib/TimeDate"] end

option

	assertions off
	require off
	ensure off
	class invariant off
	loop invariant off
	loop variant off
	check off
	optimize dead_code on
	optimize calls on
	optimize dyn_type on
	debug instructions off
	debug off
	run_time_in_dll off
	finalize off
	optimize flat_fst off
	FST_expansion_factor 2
	optimize FST off
	optimize inline off
	optimize constants off
	optimize once off
	optimize jumps off
	optimize layout off
	optimize leaves off
	linker default
	map off
	multithreading off
	no_default_lib off
	optimize reloads off
	target exe console

end