We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ddd60d commit 853a7ceCopy full SHA for 853a7ce
conda-recipe/bld.bat
@@ -4,8 +4,8 @@ set "LIB=%BUILD_PREFIX%\Library\lib;%BUILD_PREFIX%\compiler\lib;%LIB%"
4
5
:: Treat warnings from the INCLUDE as external (a part of the above workaround)
6
:: 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"
+:: set "CFLAGS=%CFLAG% /external:I%BUILD_PREFIX%\include"
+:: set "CXXFLAGS=%CXXFLAGS% /external:I%BUILD_PREFIX%\include"
9
10
"%PYTHON%" setup.py clean --all
11
0 commit comments