Setting default make options for Qt Creator?

后端 未结 4 1149
渐次进展
渐次进展 2021-02-01 20:37

How can i override default make parameters , which is:

make -w

Each time i create a project , i had to modify project settings , adding -j4

4条回答
  •  [愿得一人]
    2021-02-01 21:28

    To make it global and permanent go to

    Tools > Options > Build & Run > Kits > (pick your toolchain) 
    

    and fill your predefined env settings: MAKEFLAGS=-j4

    Screenshot what to click exactly

提交回复
热议问题