We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94bf4bf commit 3e1ed18Copy full SHA for 3e1ed18
src/tbb/build/windows.gcc.inc
@@ -49,7 +49,7 @@ PROXY.LIB =
49
# Compiler-specific variables
50
#------------------------------------------------------------------------------
51
52
-CPLUS = g++
+# CPLUS = g++
53
COMPILE_ONLY = -c -MMD
54
PREPROC_ONLY = -E -x c++
55
INCLUDE_KEY = -I
@@ -101,7 +101,7 @@ CPLUS_FLAGS += -D_WIN32_WINNT=$(_WIN32_WINNT)
101
# MinGW specific
102
CPLUS_FLAGS += -DMINGW_HAS_SECURE_API=1 -D__MSVCRT_VERSION__=0x0700 -msse -mthreads
103
104
-CONLY = gcc
+# CONLY = gcc
105
debugger = gdb
106
C_FLAGS = $(CPLUS_FLAGS)
107
0 commit comments