xmake.conf 685 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. __toolchains_windows_x64 = {
  3. "msvc",
  4. "yasm",
  5. "nasm",
  6. "cuda",
  7. "rust",
  8. "swift",
  9. "go",
  10. "gfortran",
  11. "fpc"
  12. },
  13. arch = "x64",
  14. buildir = "build",
  15. ccache = true,
  16. clean = true,
  17. enable_examples = false,
  18. enable_tests = true,
  19. host = "windows",
  20. kind = "static",
  21. mode = "release",
  22. ndk_stdcxx = true,
  23. network = "public",
  24. pkg_cachedir = "H:/.xmake/cache",
  25. pkg_installdir = "H:/.xmake/packages",
  26. pkg_searchdirs = "H:/.xmake/packages",
  27. plat = "windows",
  28. proxy = "http://192.168.3.28:20171",
  29. proxy_pac = "pac.lua",
  30. theme = "default",
  31. vs = "2022"
  32. }