[MOAB-dev] r4275 - MOAB/trunk/config

tautges at mcs.anl.gov tautges at mcs.anl.gov
Thu Nov 18 10:44:24 CST 2010


Author: tautges
Date: 2010-11-18 10:44:23 -0600 (Thu, 18 Nov 2010)
New Revision: 4275

Modified:
   MOAB/trunk/config/compiler.m4
Log:
Removing "-DNDEBUG" from definition of FCFLAGS, doesn't make sense
for a fortran compiler and is breaking BG/P configures.


Modified: MOAB/trunk/config/compiler.m4
===================================================================
--- MOAB/trunk/config/compiler.m4	2010-11-17 23:56:53 UTC (rev 4274)
+++ MOAB/trunk/config/compiler.m4	2010-11-18 16:44:23 UTC (rev 4275)
@@ -190,7 +190,7 @@
   CFLAGS="$CFLAGS -O2 -DNDEBUG"
 fi
 if test "xyes" = "x$enable_fc_optimize"; then
-  FCFLAGS="$FCFLAGS -O2 -DNDEBUG"
+  FCFLAGS="$FCFLAGS -O2
 fi
 
   # Check for 32/64 bit.








































More information about the moab-dev mailing list