Build tool
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

build.bx 158B

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