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