set verbose mode in xmake template

This commit is contained in:
ulic-youthlic 2025-05-24 08:21:51 +08:00
parent 03636438a0
commit 39e4112265
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -38,10 +38,14 @@
gnumake
];
preConfigure = ''
xmake config -m release
xmake project -k xmakefile
'';
env = {
INSTALLDIR = "${placeholder "out"}";
NIX_DEBUG = 1;
V = 1;
D = 1;
};
};
default = cxx-demo;