Build tool
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678
  1. target := box
  2. files := lib cmd
  3. includes := lib
  4. warnings := all extra pedantic no-unused-parameter
  5. std := c++14
  6. optimize := 3
  7. cxxflags := -g
  8. ldlibs := pthread