Merge pull request #992
f1ba51cremove -Wall from coverage arguments (Jacob Torrey)f017fecBuild the core_tests under Travis (Jacob Torrey)e0bf02aStreamline release-test target (Jacob Torrey)baf4574Update badge to point to monero's coveralls (Jacob Torrey)d1dc2c3Re-enable Travis IRC notifications (Jacob Torrey)9c71b9eSilence coveralls to prevent 4MB logs (Jacob Torrey)65041fbDisabled libwallet_api_test until Issue #895 resolved (Jacob Torrey)a450138Disable core_tests on Travis-CI (Jacob Torrey)650afacAdded -j2 to Makefile and clean up matrix (Jacob Torrey)256dec0Streamline test building target (Jacob Torrey)14915c2Ensure tests are built prior to testing (Jacob Torrey)fe4992bAdded coverage g++ commands (Jacob Torrey)497b24fUpdate .travis.yml (Jacob Torrey)678467dUpdate for the current make environment (Jacob Torrey)abcac26Fixed tab/space issue on YAML (Jacob Torrey)7351a11Converted to a build matrix for testing and release (Jacob Torrey)342dbfbPrep for coveralls (Jacob Torrey)
This commit is contained in:
@@ -388,9 +388,9 @@ else()
|
||||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DGTEST_HAS_TR1_TUPLE=0")
|
||||
endif()
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "GNU" AND NOT (CMAKE_C_COMPILER_VERSION VERSION_LESS 4.8))
|
||||
set(DEBUG_FLAGS "-g3 -Og")
|
||||
set(DEBUG_FLAGS "-g3 -Og -fprofile-arcs -ftest-coverage --coverage")
|
||||
else()
|
||||
set(DEBUG_FLAGS "-g3 -O0")
|
||||
set(DEBUG_FLAGS "-g3 -O0 -fprofile-arcs -ftest-coverage --coverage")
|
||||
endif()
|
||||
|
||||
if(NOT DEFINED USE_LTO_DEFAULT)
|
||||
|
||||
Reference in New Issue
Block a user