Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-01-18 02:02:15 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2012-01-18 02:03:21 +0400
commite493b295987df5608ad2580631b9fd6e9fc7fd3c (patch)
treeca313f6bab2625cc943e70b8e27b5494d183256d /Makefile
parent4a38795b6f9050c12e0851a5bdaa7daf3246854a (diff)
build: respect --debug configure switch
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 856b5a66a54..33c9e184664 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,5 @@
+-include config.mk
+
BUILDTYPE ?= Release
PYTHON ?= python