diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2006-06-16 23:28:27 +0200 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2006-06-16 23:28:27 +0200 |
commit | 75c10acc4ee22181ceac9663faec62fd335cbe90 (patch) | |
tree | 7be7807336e7ad060354109cfac1612b613183e7 | |
parent | * server/core.c (default_handler): Use apr_brigade_insert_file() to (diff) | |
download | apache2-75c10acc4ee22181ceac9663faec62fd335cbe90.tar.xz apache2-75c10acc4ee22181ceac9663faec62fd335cbe90.zip |
Add a note regarding compiler preferences for Solaris.
Submitted by: Shanti Subramanyam <Shanti.Subramanyam@sun.com>
Tweaked by: Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@414921 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | README.platforms | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.platforms b/README.platforms index 5307c104e1..d5cbd3de6b 100644 --- a/README.platforms +++ b/README.platforms @@ -96,3 +96,17 @@ (That patch works with many recent levels of Apache 2+.) +================ + Solaris: + + On Solaris, better performance may be achieved by using the Sun Studio + compiler instead of gcc. As of version 11, it is now free (registration + required). Download the compiler from: + + http://developers.sun.com/prodtech/cc/downloads/index.jsp + + If you use Sun Studio, the following compiler flags (CFLAGS) are + recommended: + + -XO4 -xchip=generic + |