Skip to content

Commit e39b3fa

Browse files
committed
'-flifetime-dse' is not understood by older gcc
1 parent 441b2e8 commit e39b3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tbb/build/windows.gcc.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ PROXY.LIB =
5050
#------------------------------------------------------------------------------
5151

5252
# CPLUS = g++
53-
COMPILE_ONLY = -c -MMD -flifetime-dse=1
53+
COMPILE_ONLY = -c -MMD
5454
PREPROC_ONLY = -E -x c++
5555
INCLUDE_KEY = -I
5656
DEFINE_KEY = -D

0 commit comments

Comments
 (0)