diff options
Diffstat (limited to 'Modules/Platform/AIX-XL-C.cmake')
-rw-r--r-- | Modules/Platform/AIX-XL-C.cmake | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Modules/Platform/AIX-XL-C.cmake b/Modules/Platform/AIX-XL-C.cmake new file mode 100644 index 0000000..cbfd58b --- /dev/null +++ b/Modules/Platform/AIX-XL-C.cmake @@ -0,0 +1,5 @@ +include(Platform/AIX-XL) +__aix_compiler_xl(C) + +# -qhalt=e = Halt on error messages (rather than just severe errors) +string(APPEND CMAKE_C_FLAGS_INIT " -qhalt=e") |