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)
commit726573a0e546e0d7ce5431db00d309542488406d
tree769bde2d5776c3cf8dbf4339fe8e0aa8cb923727
parente9ecc0cbfda13f9c2731dc02209bd7153fe1d203
Change Release builds to Release with debug info on Linux

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