set verbose mode in xmake template
This commit is contained in:
parent
03636438a0
commit
39e4112265
1 changed files with 4 additions and 0 deletions
|
|
@ -38,10 +38,14 @@
|
||||||
gnumake
|
gnumake
|
||||||
];
|
];
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
|
xmake config -m release
|
||||||
xmake project -k xmakefile
|
xmake project -k xmakefile
|
||||||
'';
|
'';
|
||||||
env = {
|
env = {
|
||||||
INSTALLDIR = "${placeholder "out"}";
|
INSTALLDIR = "${placeholder "out"}";
|
||||||
|
NIX_DEBUG = 1;
|
||||||
|
V = 1;
|
||||||
|
D = 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
default = cxx-demo;
|
default = cxx-demo;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue