Add RelWithAssert build type
authorRoland Schulz <roland@utk.edu>
Sun, 2 Mar 2014 19:40:47 +0000 (14:40 -0500)
committerRoland Schulz <roland@utk.edu>
Wed, 5 Mar 2014 23:08:12 +0000 (18:08 -0500)
commite0b2fcb49623af6ce38c32ee5ebf3a6143e7f694
tree648afffe580c31d5a37f14aadeb3162bfb51853a
parent2d8bcd501d0db411773b66a5e3bd2805ad7c4c04
Add RelWithAssert build type

Works mostly like Release just without -DNDEBUG.

Also generalized some machinery for managing compiler/linker flags so
that we can have an easier time later when we reconsider how to manage
all of our build types.

Also minor corrective changes to the behaviour of other build types.

Change-Id: I70283cb6069cb772c287c0aef329d95b8eacd987
CMakeLists.txt
cmake/gmxBuildTypeReleaseWithAssert.cmake [new file with mode: 0644]
cmake/gmxCFlags.cmake
cmake/gmxManageSharedLibraries.cmake