<p><b>mhoffman@lanl.gov</b> 2012-05-25 15:17:42 -0600 (Fri, 25 May 2012)</p><p>BRANCH COMMIT<br>
Adding debug flags for Jaguar.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/land_ice_projects/implement_core/Makefile
===================================================================
--- branches/land_ice_projects/implement_core/Makefile        2012-05-25 17:14:17 UTC (rev 1941)
+++ branches/land_ice_projects/implement_core/Makefile        2012-05-25 21:17:42 UTC (rev 1942)
@@ -103,6 +103,9 @@
         &quot;FFLAGS_OPT = -Mfree -r8 -O2 -byteswapio&quot; \
         &quot;CFLAGS_OPT = -O3&quot; \
         &quot;LDFLAGS_OPT = -O3&quot; \
+        &quot;FFLAGS_DEBUG = -r8 -O0 -g -Mbounds -Mchkptr -byteswapio -Mfree&quot; \
+        &quot;CFLAGS_DEBUG = -O0 -g&quot; \
+        &quot;LDFLAGS_DEBUG = -O0 -g -Mbounds -Mchkptr&quot; \
         &quot;CORE = $(CORE)&quot; \
         &quot;DEBUG = $(DEBUG)&quot; \
         &quot;SERIAL = $(SERIAL)&quot; \

</font>
</pre>