ICC aliasing optimization flags
authorRoland Schulz <roland@rschulz.eu>
Wed, 26 Feb 2014 06:20:57 +0000 (01:20 -0500)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 26 Feb 2014 15:30:13 +0000 (16:30 +0100)
commit1c3b52b35b58a1c4755cb4a349002d6834ccd321
treec849bcf60c0c811db6afdd5f57fd9cbf936bfe9b
parent23b939755c4ab747e983f4059afc40f55bfc7371
ICC aliasing optimization flags

GCC already uses -fstrict-aliasing (-ansi-alias). Thus it is safe
to also use this for optimization in ICC. const/non-const aliasing
shouldn't be used anywhere either and should be safe too.

Change-Id: I6a1b10c3d00bc2473a25a15e26934f61c046157d
cmake/gmxCFlags.cmake