From a90ce68a4dad63bef8b4bbc2a827a75d3cd888bd Mon Sep 17 00:00:00 2001 From: "Yamashita, Yuu" Date: Mon, 15 Feb 2016 13:57:29 +0900 Subject: [PATCH] Updated Common build problems (markdown) --- Common-build-problems.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Common-build-problems.md b/Common-build-problems.md index ee98e5f..99f39fd 100644 --- a/Common-build-problems.md +++ b/Common-build-problems.md @@ -36,9 +36,7 @@ If you want to install a Python interpreter that's available to all users and sy ## Make your pythons a little faster 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?. + CFLAGS='-O2' ## Build failed - bad interpreter: Permission denied