From 376a13bd4988be128547d556c7cfc8cd48b8abda Mon Sep 17 00:00:00 2001 From: reduz Date: Mon, 6 Oct 2014 17:40:10 -0700 Subject: [PATCH] Updated compiling_intro (markdown) --- compiling_intro.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiling_intro.md b/compiling_intro.md index 5f8dbe2..f534a29 100644 --- a/compiling_intro.md +++ b/compiling_intro.md @@ -107,7 +107,7 @@ Target controls optimization and debug flags. Each mode means: scons platform= target=debug/release_debug/release ``` -This flag appends ".debug" suffix (for debug), or ".tools" (for debug with tools enable). When optimization is enabled (release) it appends the ".opt" suffix. +This flag appends ".debug" suffix (for debug), or ".tools" (for debug with tools enables). When optimization is enabled (release) it appends the ".opt" suffix. ### Bits