mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-09 07:39:47 -05:00
e1729238c9
This commit adds some default initial C flags for the XL compiler. The most important is "-qhalt=e" which causes the compiler to error-out on non-severe error messages. This is necessary to get try-compiles to fail when bad arguments are passed to a function.