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 fbfc609 commit bb5e6ecCopy full SHA for bb5e6ec
0.build.sh
@@ -4,7 +4,7 @@ THEDIR=$(dirname $(readlink -e ${BASH_SOURCE[0]}))
4
. ${THEDIR}/0.env.sh
5
cd ${THEDIR}
6
7
-export DEBUG=1
+export DPNP_DEBUG=1
8
9
python setup.py clean
10
python setup.py build_clib
setup.py
@@ -175,7 +175,7 @@
175
"""
176
Get the project build type
177
178
-__dpnp_debug__ = os.environ.get('DEBUG', None)
+__dpnp_debug__ = os.environ.get('DPNP_DEBUG', None)
179
if __dpnp_debug__ is not None:
180
_project_cmplr_flag_sycl += _project_cmplr_flag_sycl_devel
181
0 commit comments