Skip to content

Commit

Permalink
Change Release builds to Release with debug info on Linux
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dnovillo committed Dec 4, 2017
1 parent e9ecc0c commit 726573a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 726573a

Please sign in to comment.