diff options
author | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:18:47 -0500 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2016-11-21 19:18:47 -0500 |
commit | 27ebacb15d39046713bd87e06c1157b1ffab6aaf (patch) | |
tree | 5a60417af07d3ff8798e371db210dd32ef10d332 /readme.md | |
parent | c1037b1dc060d14a09a59f697fefe2b5b91bf373 (diff) | |
parent | 3b990c08dcc0e57875e9220a5e6371f60679c7ae (diff) | |
download | qmk_firmware-27ebacb15d39046713bd87e06c1157b1ffab6aaf.tar.gz |
merging lets_split
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -241,6 +241,7 @@ You can also add extra options at the end of the make command line, after the ta * `make COLOR=false` - turns off color output * `make SILENT=true` - turns off output besides errors/warnings * `make VERBOSE=true` - outputs all of the gcc stuff (not interesting, unless you need to debug) +* `make EXTRAFLAGS=-E` - Preprocess the code without doing any compiling (useful if you are trying to debug #define commands) The make command itself also has some additional options, type `make --help` for more information. The most useful is probably `-jx`, which specifies that you want to compile using more than one CPU, the `x` represents the number of CPUs that you want to use. Setting that can greatly reduce the compile times, especially if you are compiling many keyboards/keymaps. I usually set it to one less than the number of CPUs that I have, so that I have some left for doing other things while it's compiling. Note that not all operating systems and make versions supports that option. |