From 8cec48894aa65460ee36b5c23bc477769cea0906 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs=20G=C3=B3mez?= Date: Wed, 25 Feb 2015 15:52:18 -0430 Subject: [PATCH] An inline message for the author. Sorry. --- Common-build-problems.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common-build-problems.md b/Common-build-problems.md index fbdb17c..3642987 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -34,6 +34,8 @@ You can set your CFLAGS to accepted safe values to help get a little more speed. CFLAGS='-g -O2' +comment: why "-g". Will not it make things slower?. + ## Build failed - bad interpreter: Permission denied If you encounter this error while installing python and your server is a VPS, the **/tmp** directory where python-build download and compile the packages is probably mounted as **noexec**. You can check with your hosting provider if wether they provide a way to bypass this protection.