diff options
Diffstat (limited to 'config/intel-osf1')
-rw-r--r-- | config/intel-osf1 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/intel-osf1 b/config/intel-osf1 index 5d31830..cb1035a 100644 --- a/config/intel-osf1 +++ b/config/intel-osf1 @@ -41,6 +41,8 @@ PROD_CPPFLAGS= PROFILE_CFLAGS=-pg PROFILE_CPPFLAGS= +# Turn off shared lib option. It does not work for TFLOPS yet. +enable_shared="${enable_shared:-no}" # Set this to the width required by printf() to print type `long # long'. For instance, if the format would be `%lld' then set it to |