aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts/debug.in
diff options
context:
space:
mode:
authorGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 12:07:18 -0500
committerGravatar Benoit Jacob <jacob.benoit.1@gmail.com>2009-11-12 12:07:18 -0500
commit358452bbe6a3fcc8290969dbd531e30701a4c1f2 (patch)
treee6381db65f5583ad0ac680da66aff5ac749df0cf /scripts/debug.in
parentfc492b6264249e8ec5b7234d8d53047c49fcb710 (diff)
* add ./debug and ./release scripts
* update the messages * rename EIGEN_CMAKE_RUN_FROM_CTEST to something saner
Diffstat (limited to 'scripts/debug.in')
-rwxr-xr-xscripts/debug.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/debug.in b/scripts/debug.in
new file mode 100755
index 000000000..d339d3d1f
--- /dev/null
+++ b/scripts/debug.in
@@ -0,0 +1,3 @@
+#!/bin/sh
+
+cmake -DCMAKE_BUILD_TYPE=Debug .