diff options
Diffstat (limited to 'mock/fc9it.cfg')
-rw-r--r-- | mock/fc9it.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mock/fc9it.cfg b/mock/fc9it.cfg index c21a6be..ffd88db 100644 --- a/mock/fc9it.cfg +++ b/mock/fc9it.cfg @@ -7,7 +7,7 @@ config_opts['plugin_conf']['ccache_opts']['max_cache_size'] = '1G' config_opts['plugin_conf']['ccache_opts']['dir'] = "/dev/shm/ccache.fc9i/" config_opts['macros']['%_topdir']="/builddir/build" -config_opts['macros']['%_smp_mflags']="-j3" +config_opts['macros']['%_smp_mflags']="-j6" config_opts['macros']['%vendor']="Remi Collet" config_opts['macros']['%packager']="http://blog.famillecollet.com/" config_opts['macros']['%dist']=".fc9.remi" |