tx-gxx-linux/device/gxx-linux/.xmake/linux/arm64-v8a/xmake.conf

32 lines
577 B
Plaintext

{
["__toolchains_linux_arm64-v8a"] = {
"envs",
"gcc",
"yasm",
"nasm",
"fasm",
"cuda",
"go",
"rust",
"swift",
"gfortran",
"fpc",
"nim"
},
arch = "arm64-v8a",
buildir = "build",
ccache = true,
chip = "rk3399",
common = true,
device = "g100",
host = "linux",
isp1 = true,
kind = "static",
loopdebug = false,
mode = "release",
ndk_stdcxx = true,
plat = "linux",
testdemo = true,
testfpga = true,
unfixed = false
}