Remove no-inline-max-size and suppress remark
authorRoland Schulz <roland@utk.edu>
Wed, 17 Sep 2014 17:39:29 +0000 (13:39 -0400)
committerRoland Schulz <roland@utk.edu>
Wed, 17 Sep 2014 17:47:53 +0000 (13:47 -0400)
commitb13c96f5733a070e2c9f497cf81055bbab85b28f
tree6d6e01e311e2eec925939ac15317f1ba814d6a02
parent1857e1a5438c16bafc71101ddd56cbacb2a76581
Remove no-inline-max-size and suppress remark

To avoid the remark that inlining isn't possible I added the flag
in d28edf2a07dcf11. This causes slow compile and should be avoided.
Instead suppress the remark.

TODO (for later): Check whether the additional inlining can improve
permance and consider enable it for release build.

Change-Id: I5866fcc5865fb44ca3dca0cf217e0cab2afbea0c
cmake/gmxCFlags.cmake