summaryrefslogtreecommitdiff
path: root/3.8.2/share/cmake-3.8/Modules/Compiler/XL-CXX.cmake
diff options
context:
space:
mode:
Diffstat (limited to '3.8.2/share/cmake-3.8/Modules/Compiler/XL-CXX.cmake')
-rw-r--r--3.8.2/share/cmake-3.8/Modules/Compiler/XL-CXX.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/3.8.2/share/cmake-3.8/Modules/Compiler/XL-CXX.cmake b/3.8.2/share/cmake-3.8/Modules/Compiler/XL-CXX.cmake
deleted file mode 100644
index 545d657..0000000
--- a/3.8.2/share/cmake-3.8/Modules/Compiler/XL-CXX.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-include(Compiler/XL)
-__compiler_xl(CXX)
-string(APPEND CMAKE_CXX_FLAGS_RELEASE_INIT " -DNDEBUG")
-string(APPEND CMAKE_CXX_FLAGS_MINSIZEREL_INIT " -DNDEBUG")
-
-# -qthreaded = Ensures that all optimizations will be thread-safe
-# -qhalt=e = Halt on error messages (rather than just severe errors)
-string(APPEND CMAKE_CXX_FLAGS_INIT " -qthreaded -qhalt=e")
-
-set(CMAKE_CXX_COMPILE_OBJECT
- "<CMAKE_CXX_COMPILER> -+ <DEFINES> <INCLUDES> <FLAGS> -o <OBJECT> -c <SOURCE>")