diff options
author | Patrick Simianer <p@simianer.de> | 2015-12-05 00:06:49 +0100 |
---|---|---|
committer | Patrick Simianer <p@simianer.de> | 2015-12-05 00:06:49 +0100 |
commit | 3ac4c7ca0d9c8772688a33cc685ecfa55fac28f3 (patch) | |
tree | 19af429f2d0a031b96d5fd06f5311b43981c388a /CMakeLists.txt | |
parent | ac8f68ab751cd24a83aa10690b2f3813992a36b6 (diff) |
fix pycdec
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1635396a..708ab28f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ project(cdec) add_definitions(-DKENLM_MAX_ORDER=6 -DHAVE_CONFIG_H) set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake) -set(CMAKE_CXX_FLAGS "-Wall -std=c++11 -O3 -g") +set(CMAKE_CXX_FLAGS "-Wall -std=c++11 -O3 -g -fPIC") set(METEOR_JAR "" CACHE FILEPATH "Path to meteor.jar") enable_testing() |