Skip to content
Snippets Groups Projects
Commit fd338e37 authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

Merge pull request #49 in ASAPO/asapo from fix_static_symbols_visibility to develop

* commit '9bee6cd6':
  Fix interoperability with pninexus.h5cpp
parents 3358e042 9bee6cd6
Branches
Tags
No related merge requests found
......@@ -3,7 +3,7 @@ if ((CMAKE_BUILD_TYPE STREQUAL "Debug") AND (CMAKE_C_COMPILER_ID STREQUAL "GNU")
set (EXTRA_LINK_ARGS "['--coverage','-fprofile-arcs','-ftest-coverage','-static-libgcc','-static-libstdc++']")
ELSEIF(CMAKE_C_COMPILER_ID STREQUAL "GNU")
set (EXTRA_COMPILE_ARGS "['--std=c++11']")
set (EXTRA_LINK_ARGS "['-static-libgcc','-static-libstdc++']")
set (EXTRA_LINK_ARGS "['-static-libgcc','-static-libstdc++','-Wl,--exclude-libs,ALL']")
else()
set (EXTRA_COMPILE_ARGS "['-std=c++11']")
set (EXTRA_LINK_ARGS "[]")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment