Updated compiling_intro (markdown)

reduz 2014-10-06 17:40:10 -07:00
parent 70f71f7db3
commit 376a13bd49

@ -107,7 +107,7 @@ Target controls optimization and debug flags. Each mode means:
scons platform=<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