aboutsummaryrefslogtreecommitdiffstats
path: root/flags.cc
Commit message (Collapse)AuthorAgeFilesLines
* Detect depfiles only when --detect_depfiles is specifiedShinichiro Hamaji2016-03-151-0/+2
| | | | This makes generation time ~5% faster.
* [C++] Remove --gen_regen_ruleShinichiro Hamaji2016-02-191-4/+0
| | | | No one uses this.
* [C++] Set CPU affinityShinichiro Hamaji2016-02-161-1/+1
| | | | | Sticking to a single processor improves the performance while we are running only a single thread.
* [C++] Add --warn flag which produces extra warningsShinichiro Hamaji2015-11-171-0/+2
|
* Add --no_ignore_dirty flagColin Cross2015-11-121-0/+3
| | | | | | | | Android needs to ignore dirty files under out/ when deciding to rebuild, except for the soong-generated out/Android.mk. Add a --no_ignore_dirty flag to override the pattern provided in --ignore_dirty. Change-Id: I8810963f4dff07b51187868c7afedb10c6a4cb2e
* [C++] Remove gen_all_phony_targets flagShinichiro Hamaji2015-11-091-2/+0
|
* [C++] Add --gen_all_targets flagShinichiro Hamaji2015-09-281-1/+2
|
* [C++] A global refactoring for command line flagsShinichiro Hamaji2015-09-091-11/+113
| | | | So we will be able to use the command line parser for sub-makes.
* [C++] Fix submake_basic.mk for non-ninja modeShinichiro Hamaji2015-09-091-0/+1
|
* Add --gen_all_phony_targets flagShinichiro Hamaji2015-09-021-0/+1
| | | | | Let me keep this flag for a while, as there would be some people who are still using m2n+ninja.sh workflow.
* [C++] Stop restoring environment variables with --ninja_suffixShinichiro Hamaji2015-09-021-1/+0
| | | | | | Also remove --lunch in m2n. They were mainly for my development and are not necessary anymore. .kati_env causes an error message for mmm build in Android repo.
* [C++] Introduce --remote_num_jobs instead of KATI_NINJA_NUM_JOBSShinichiro Hamaji2015-08-191-0/+1
|
* [C++] Add --ignore_dirty flagShinichiro Hamaji2015-08-131-0/+1
| | | | It should be safe to ignore any changes in out/ for Android.
* [C++] Add --lunch flag to m2nShinichiro Hamaji2015-07-241-0/+1
| | | | Now ninja.sh tries to recover environment variables.
* [C++] Add a rule for ninja file regenerationShinichiro Hamaji2015-07-241-0/+1
|
* Introduce --detect_android_echo flagShinichiro Hamaji2015-07-181-0/+1
| | | | | So the description detection will not make ninja based testing even harder.
* [C++] Make it possible to specify the number of jobsShinichiro Hamaji2015-07-061-0/+1
|
* [C++] Add --goma_dir flagShinichiro Hamaji2015-07-031-0/+1
|
* [C++] Implement --ignore_optional_includeShinichiro Hamaji2015-06-291-0/+1
|
* [C++] Add an option to show timing statsShinichiro Hamaji2015-06-291-0/+1
|
* [C++] Fix -c flag and add -i flagShinichiro Hamaji2015-06-291-1/+1
|
* [C++] Add -c flagShinichiro Hamaji2015-06-261-0/+19