Change Release builds to Release with debug info on Linux
authorDiego Novillo <dnovillo@google.com>
Mon, 4 Dec 2017 20:45:56 +0000 (15:45 -0500)
committerDiego Novillo <dnovillo@google.com>
Mon, 4 Dec 2017 21:44:09 +0000 (16:44 -0500)
For Linux builds, we want to add debug information on the generated binary (for timing and profiling purposes).  This patch changes Release builds to RelWithDebInfo.

.travis.yml

index 48cd0e2..e980854 100644 (file)
@@ -16,7 +16,7 @@ env:
   matrix:
     # Each line is a set of environment variables set before a build.
     # Thus each line represents a different build configuration.
-    - BUILD_TYPE=Release
+    - BUILD_TYPE=RelWithDebInfo
     - BUILD_TYPE=Debug
 
 compiler: