|
Ran
|
Jobs
8
|
Files
751
|
Run time
30min
|
Badge
README BADGES
|
push
travis-ci
Revert "buildsys: use the C++ compiler for linking" (#3717) * Revert "buildsys: use the C++ compiler for linking" This reverts commit 57c57c2fa. * AppVeyor: use correct CXXFLAGS * AppVeyor: print gcc version to ease debugging * buildsys: use -fno-exceptions -fno-rttit for our C++ code We disable support for exceptions and RTTI as we don't use them and they cause compiler/linker issues in some build configurations; but we are careful to not put these into GAP_CXXFLAGS, as kernel extensions may want to use GAP_CXXFLAGS but also may have a need to interface with C++ code in libraries that use exceptions.
285062 of 337326 relevant lines covered (84.51%)
29950278.58 hits per line