From: José Fonseca Date: Fri, 19 Oct 2012 17:43:46 +0000 (+0100) Subject: Be nice to Eclipse error message parser. X-Git-Url: https://git.cworth.org/git?p=apitrace;a=commitdiff_plain;h=63f0fecbff05955b18cf93ff438dbe4778d450d0 Be nice to Eclipse error message parser. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 9fe2002..0c020df 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,6 +127,9 @@ else () set (CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -ggdb -O0") set (CMAKE_CXX_FLAGS_RELWITHDEBINFO "${CMAKE_CXX_FLAGS_RELWITHDEBINFO} -ggdb") endif () + + # Be nice to Eclipse + add_definitions (-fmessage-length=0) endif () if (MINGW)