build-cpp-debug.hxml 257 B

12345678910111213141516
  1. -D analyzer-optimize
  2. -cp test
  3. -cp src
  4. --verbose
  5. --debug
  6. # -lib hxcpp
  7. -lib hxcpp-debug-server
  8. --main Main
  9. --cpp bin
  10. -D exe_link
  11. #Force 64-bit compile for current desktop
  12. -D HXCPP_M64
  13. --library tink_json:0.11.0
  14. # --cmd bin\Main-debug.exe -unpack "test/here"