From: Guillermo J. Rozas Date: Tue, 23 Nov 1993 19:30:20 +0000 (+0000) Subject: Add -O to alpha switches. X-Git-Tag: 20090517-FFI~7431 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=09b2870a6ea5ab7e20d36361c61dc9ade1b4f4a4;p=mit-scheme.git Add -O to alpha switches. --- diff --git a/v7/src/compiler/machines/C/ctop.scm b/v7/src/compiler/machines/C/ctop.scm index db19579fa..c335e3e48 100644 --- a/v7/src/compiler/machines/C/ctop.scm +++ b/v7/src/compiler/machines/C/ctop.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: ctop.scm,v 1.10 1993/11/17 05:22:03 gjr Exp $ +$Id: ctop.scm,v 1.11 1993/11/23 19:30:20 gjr Exp $ Copyright (c) 1992-1993 Massachusetts Institute of Technology @@ -131,7 +131,7 @@ MIT in each case. |# ("-b")) ("OSF" "so" - ("-c" "-std1") + ("-c" "-std1" "-O") ("-shared" "-expect_unresolved" "'*'")) ("SunOS" "so"