Pulled latest updates from trunk

This commit is contained in:
Benoit Steiner
2016-10-05 18:31:43 -07:00
parent f899e08946
commit 6f3cd529af
3 changed files with 7 additions and 6 deletions

View File

@@ -126,7 +126,8 @@ if(NOT MSVC)
if(COMPILER_SUPPORT_WERROR)
set(CMAKE_REQUIRED_FLAGS "-Werror")
endif()
ei_add_cxx_compiler_flag("-static")
ei_add_cxx_compiler_flag("-fPIC")
ei_add_cxx_compiler_flag("-pedantic")
ei_add_cxx_compiler_flag("-Wall")
ei_add_cxx_compiler_flag("-Wextra")