Mentions légales du service

Skip to content

Static stdlibcpp

SHERMAN David requested to merge github/fork/cor3ntin/static_stdlibcpp into master

Created by: cor3ntin

the debian/rules should be something like

cd debian/build && cmake -D USER_BUILD_VERSION=${DEBVERS} -DASEBA_STATICLIBSTDC:BOOL=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=../tmp/usr -DCMAKE_CXX_COMPILER=g++-5 -DCMAKE_C_COMPILER=gcc-5 ../..

Note sure you we could express that in a generic manner (aka only for the compiler when we have no choice)

Merge request reports