On 01/ 8/10 04:40 PM, Erik Trauschke wrote:
On Fri, 2010-01-08 at 14:26 -0800, Danek Duvall wrote:
Would anyone object to the following patch:

     --- a/src/setup.py
     +++ b/src/setup.py
     @@ -777,7 +777,7 @@ class dist_func(_bdist):


      # These are set to real values based on the platform, down below
     -compile_args = None
     +compile_args = [ "-O3" ]
      link_args = None
      ext_modules = [
              Extension(


Does this work with Sun Studio, I thought the flag is -xO3 for Sun
Studio. Just checked the options reference for Sun Studio 12 and
couldn't find it in there.

I suspect it works using the gcc compatibility bits SS12 has.

--
Shawn Walker
_______________________________________________
pkg-discuss mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/pkg-discuss

Reply via email to