We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 930be83 commit 528689fCopy full SHA for 528689f
configure
@@ -25,8 +25,8 @@
25
xmake_sh_projectdir=$(X= cd -- "$(dirname -- "$0")" && pwd -P)
26
xmake_sh_builddir="build"
27
xmake_sh_version="1.0.5"
28
-xmake_sh_verbose=false
29
-xmake_sh_diagnosis=false
+xmake_sh_verbose=true
+xmake_sh_diagnosis=true
30
xmake_sh_copyright="Copyright (C) 2022-present Ruki Wang, https://xmake.io."
31
xmake_sh_makefile="${xmake_sh_projectdir}/Makefile"
32
xmake_sh_ninjafile="${xmake_sh_projectdir}/build.ninja"
0 commit comments