Add -O to alpha switches.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 23 Nov 1993 19:30:20 +0000 (19:30 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 23 Nov 1993 19:30:20 +0000 (19:30 +0000)
v7/src/compiler/machines/C/ctop.scm

index db19579fa59feb7f9b45fd69074b553493112e3f..c335e3e4877271e8f374a6e70f62b2c6c1bda297 100644 (file)
@@ -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"