aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 121c70c..0f62e35 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -13,5 +13,5 @@ SYS_INC_DIRS += /usr/local/mpich/build/LINUX/ch_p4/include
SYS_INC_DIRS += $(PETSC_DIR) $(PETSC_DIR)/include \
$(PETSC_DIR)/bmake/$(PETSC_ARCH)
-
-
+# Define this to enable PETSC's error-checking macros
+CFLAGS += -DUSE_PETSC_DEBUG