This commit is contained in:
parent
b1d29e2770
commit
c27da08052
@ -1,6 +1,8 @@
|
||||
--- build/linux.gcc.inc.orig 2013-01-28 15:21:41.000000000 +0200
|
||||
+++ build/linux.gcc.inc 2013-02-17 19:53:25.181267317 +0200
|
||||
@@ -59,10 +59,10 @@
|
||||
Index: tbb44_20160128oss/build/linux.gcc.inc
|
||||
===================================================================
|
||||
--- tbb44_20160128oss.orig/build/linux.gcc.inc
|
||||
+++ tbb44_20160128oss/build/linux.gcc.inc
|
||||
@@ -54,7 +54,7 @@ ifneq (,$(shell gcc -dumpversion | egrep
|
||||
endif
|
||||
|
||||
ifeq ($(cfg), release)
|
||||
@ -8,8 +10,4 @@
|
||||
+ CPLUS_FLAGS = $(ITT_NOTIFY) -g -O2 $(OPTFLAGS) -DUSE_PTHREAD
|
||||
endif
|
||||
ifeq ($(cfg), debug)
|
||||
- CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
|
||||
+ CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 $(OPTFLAGS) -DUSE_PTHREAD
|
||||
endif
|
||||
|
||||
ifneq (00,$(lambdas)$(cpp0x))
|
||||
CPLUS_FLAGS = -DTBB_USE_DEBUG $(ITT_NOTIFY) -g -O0 -DUSE_PTHREAD
|
||||
|
Loading…
x
Reference in New Issue
Block a user