diff options
author | Chris Dyer <redpony@gmail.com> | 2014-01-20 20:35:10 -0500 |
---|---|---|
committer | Chris Dyer <redpony@gmail.com> | 2014-01-20 20:35:10 -0500 |
commit | 8d9cbc6605685401e14f9ed94c5be19c3c73a497 (patch) | |
tree | 7b47093f186881737f7b79c8a5f0a86183cca9c8 /extractor | |
parent | ff248364f8385ec2b60a7e7bfbab260c2695116d (diff) |
fix openmp flag usage
Diffstat (limited to 'extractor')
-rw-r--r-- | extractor/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extractor/Makefile.am b/extractor/Makefile.am index a4ffac11..a406d9dc 100644 --- a/extractor/Makefile.am +++ b/extractor/Makefile.am @@ -188,5 +188,5 @@ libextractor_a_SOURCES = \ translation_table.h \ vocabulary.h -AM_CPPFLAGS = -W -Wall -Wno-sign-compare -fopenmp $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) -AM_LDFLAGS = -fopenmp +AM_CPPFLAGS = -W -Wall -Wno-sign-compare $(OPENMP_CXXFLAGS) $(GTEST_CPPFLAGS) $(GMOCK_CPPFLAGS) +AM_LDFLAGS = $(OPENMP_CXXFLAGS) |