Skip to content

Commit bb5e6ec

Browse files
committed
change DEBUG flag name
1 parent fbfc609 commit bb5e6ec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

0.build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ THEDIR=$(dirname $(readlink -e ${BASH_SOURCE[0]}))
44
. ${THEDIR}/0.env.sh
55
cd ${THEDIR}
66

7-
export DEBUG=1
7+
export DPNP_DEBUG=1
88

99
python setup.py clean
1010
python setup.py build_clib

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@
175175
"""
176176
Get the project build type
177177
"""
178-
__dpnp_debug__ = os.environ.get('DEBUG', None)
178+
__dpnp_debug__ = os.environ.get('DPNP_DEBUG', None)
179179
if __dpnp_debug__ is not None:
180180
_project_cmplr_flag_sycl += _project_cmplr_flag_sycl_devel
181181

0 commit comments

Comments
 (0)