summaryrefslogtreecommitdiffstats
path: root/config/intel-flags
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2004-10-12 16:11:34 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2004-10-12 16:11:34 (GMT)
commit38f2b0d09f4c734d8a0d63a9e4086934e401a519 (patch)
treebeb8939bee8b8613f700fd328649108478a7db23 /config/intel-flags
parente59c5d503cd181a956126cff239a225bf02dc722 (diff)
downloadhdf5-38f2b0d09f4c734d8a0d63a9e4086934e401a519.zip
hdf5-38f2b0d09f4c734d8a0d63a9e4086934e401a519.tar.gz
hdf5-38f2b0d09f4c734d8a0d63a9e4086934e401a519.tar.bz2
[svn-r9408] Purpose:
Code cleanup/bug fix Description: Remove the undocumented "$NOFP" shell variable which would allow production builds without removing the stack frame. This was cascading between C and FORTRAN builds and causing problems. Solution: Hard-code removing the stack frame for now. Users would have needed to read the configure scripts anyway, so there's not really much benefit to the extra knob. Users who need this functionality (production builds with stack frames) are debugging probably, so they will need to modify the script and build their own version of the library now. Platforms tested: Linux 2.4 (verbena) Too minor to require h5committest
Diffstat (limited to 'config/intel-flags')
-rw-r--r--config/intel-flags5
1 files changed, 0 insertions, 5 deletions
diff --git a/config/intel-flags b/config/intel-flags
index d04c112..37af160 100644
--- a/config/intel-flags
+++ b/config/intel-flags
@@ -56,11 +56,6 @@ if test "X-icc" = "X-$cc_vendor"; then
CFLAGS="$CFLAGS $arch -Wall -Wcheck"
# Production
-
- # Omit frame pointer for optimized code?
- #NOFP=${NOFP:=-Mnoframe}
-
- #PROD_CFLAGS="-O3 $NOFP"
PROD_CFLAGS="-O3"
PROD_CPPFLAGS=