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 | e18b8392f632d2dd69b74b8df3a42308e625f294 (patch) | |
tree | dd4ebe3680e9335c83a03a7f7d7c843fc69c75b1 /extractor | |
parent | d3e4130fd182a71f986c3baa00c2453d672bbc12 (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) |