Skip to content

Commit 3e1ed18

Browse files
committed
Comment out some options.
1 parent 94bf4bf commit 3e1ed18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tbb/build/windows.gcc.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ PROXY.LIB =
4949
# Compiler-specific variables
5050
#------------------------------------------------------------------------------
5151

52-
CPLUS = g++
52+
# CPLUS = g++
5353
COMPILE_ONLY = -c -MMD
5454
PREPROC_ONLY = -E -x c++
5555
INCLUDE_KEY = -I
@@ -101,7 +101,7 @@ CPLUS_FLAGS += -D_WIN32_WINNT=$(_WIN32_WINNT)
101101
# MinGW specific
102102
CPLUS_FLAGS += -DMINGW_HAS_SECURE_API=1 -D__MSVCRT_VERSION__=0x0700 -msse -mthreads
103103

104-
CONLY = gcc
104+
# CONLY = gcc
105105
debugger = gdb
106106
C_FLAGS = $(CPLUS_FLAGS)
107107

0 commit comments

Comments
 (0)