Skip to content
This repository was archived by the owner on May 21, 2022. It is now read-only.

Commit dbabe27

Browse files
committed
Disabled threading in Eigen for compatibility with GCC 4.9 on El Capitan
1 parent 053b736 commit dbabe27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ HGVERSION:= $(shell hg parents --template '{node|short}')
77

88
CXXFLAGS_BASE = \
99
-Wall -Wextra -Wno-unused-function -std=gnu++11 -mtune=native -Wa,-q -ffast-math \
10-
-pthread -fopenmp -DHGVERSION="\"${HGVERSION}\""
10+
-pthread -fopenmp -DHGVERSION="\"${HGVERSION}\"" -DEIGEN_DONT_PARALLELIZE
1111

1212
# we will then extend this one with optimization flags
1313
CXXFLAGS:= $(CXXFLAGS_BASE)

0 commit comments

Comments
 (0)