diff options
| author | dos-reis <gdr@axiomatics.org> | 2008-08-07 11:54:00 +0000 |
|---|---|---|
| committer | dos-reis <gdr@axiomatics.org> | 2008-08-07 11:54:00 +0000 |
| commit | b026c698fddcfeba5d125e09583555f6fbffd5e9 (patch) | |
| tree | 9dc79780e49318de7b9fa12b251444bca291ad6a /src/lisp | |
| parent | 52f63170b7e7989ed6720bda143307acbf07dd06 (diff) | |
| download | open-axiom-b026c698fddcfeba5d125e09583555f6fbffd5e9.tar.gz | |
* configure.ac.pamphlet: Add 'debug' to Lisp optimize proclamation
when --enable-checking.
Diffstat (limited to 'src/lisp')
| -rw-r--r-- | src/lisp/core.lisp.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lisp/core.lisp.in b/src/lisp/core.lisp.in index 4996a7d5..96ae877f 100644 --- a/src/lisp/core.lisp.in +++ b/src/lisp/core.lisp.in @@ -78,6 +78,7 @@ "$NativeModuleExt" "$systemInstallationDirectory" "$NativeTypeTable" + "$LispOptimizeOptions" "getCommandLineArguments" "processCommandLine" @@ -119,6 +120,8 @@ "@open_axiom_installdir@/") ;; Lisp compiler optimization settings. +(defconstant |$LispOptimizeOptions| + '(@axiom_optimize_options@)) (proclaim '(optimize @axiom_optimize_options@)) ;; |
