Skip to content

Commit 853a7ce

Browse files
committed
Comment out the previous w/a
1 parent 9ddd60d commit 853a7ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conda-recipe/bld.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ set "LIB=%BUILD_PREFIX%\Library\lib;%BUILD_PREFIX%\compiler\lib;%LIB%"
44

55
:: Treat warnings from the INCLUDE as external (a part of the above workaround)
66
:: The warning from the DPC++ compiler will be suppressed then
7-
set "CFLAGS=%CFLAG% /external:I%BUILD_PREFIX%\include"
8-
set "CXXFLAGS=%CXXFLAGS% /external:I%BUILD_PREFIX%\include"
7+
:: set "CFLAGS=%CFLAG% /external:I%BUILD_PREFIX%\include"
8+
:: set "CXXFLAGS=%CXXFLAGS% /external:I%BUILD_PREFIX%\include"
99

1010
"%PYTHON%" setup.py clean --all
1111

0 commit comments

Comments
 (0)