]> arthur.barton.de Git - netatalk.git/commitdiff
Turn off optimization by default. [Michael McCarthy]
authorsrittau <srittau>
Tue, 17 Jun 2003 06:39:37 +0000 (06:39 +0000)
committersrittau <srittau>
Tue, 17 Jun 2003 06:39:37 +0000 (06:39 +0000)
sys/solaris/Makefile.kernel.in

index 034a59f35f35359e3066b9ee3a732096c68f43bb..a4e462056b891db7bc3f7395ffa3a5f29a21a0d3 100644 (file)
@@ -1,7 +1,7 @@
 # Solaris specific defines, passed to subdirectories.
 # To use Sun CC, uncomment the CC and KFLAGS variables.
 #
-# $Id: Makefile.kernel.in,v 1.3 2002-04-08 20:47:25 morgana Exp $
+# $Id: Makefile.kernel.in,v 1.4 2003-06-17 06:39:37 srittau Exp $
 
 
 # uncomment for 64-bit sparc kernel
@@ -18,7 +18,8 @@ LD            = ld
 
 # use gcc
 KCFLAGS                = -D_KERNEL -Wall -Wstrict-prototypes ${KGCCFLAGS} # -mcpu=ultrasparc
-OPTOPTS                = -O
+# optimization has been reported to cause problems, leave it off
+OPTOPTS                = 
 CSHAREDFLAGS   = -fPIC
 LDSHARED       = ${CC}
 LDSHAREDFLAGS  = -shared