diff options
author | Camil Staps | 2020-10-09 10:08:08 +0200 |
---|---|---|
committer | Camil Staps | 2020-10-09 10:08:08 +0200 |
commit | 0aff05e0126ff20087fa3f64e8c3b955b3b357e0 (patch) | |
tree | 0daa55da1840a5f3f70011e424e92379c58a1ceb /clean/.clean | |
parent | Vim: set terminal line border also on VimEnter (diff) |
Clean: compile in parallel on 3 cores
Diffstat (limited to 'clean/.clean')
-rw-r--r-- | clean/.clean/iTasksDev.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clean/.clean/iTasksDev.env b/clean/.clean/iTasksDev.env index 9b3aee3..2a29bcf 100644 --- a/clean/.clean/iTasksDev.env +++ b/clean/.clean/iTasksDev.env @@ -25,6 +25,6 @@ EnvironmentLinker: /usr/bin/gcc::-lmysqlclient -lsqlite3 -Wl,--gc-sections|lib/exe/itasks-web-collector EnvironmentVersion: 920 EnvironmentRedirect: False - EnvironmentCompileMethod: Pers + EnvironmentCompileMethod: 3 EnvironmentProcessor: I386 Environment64BitProcessor: True |