summaryrefslogtreecommitdiff
path: root/Modules/Compiler/SunPro-ASM.cmake
diff options
context:
space:
mode:
authorClinton Stimpson <clinton@elemtech.com>2012-08-15 20:00:45 -0600
committerClinton Stimpson <clinton@elemtech.com>2012-08-15 20:00:45 -0600
commit0ddfc51f6a68c61d84b5b4818b32ecbf755a949a (patch)
treebde52394835d76b630cc8b751c16f1ba572c2bce /Modules/Compiler/SunPro-ASM.cmake
parentaddefc2ae3b33a75a7152730146b46b319118a24 (diff)
downloadcmake-0ddfc51f6a68c61d84b5b4818b32ecbf755a949a.tar.gz
Add -DNDEBUG to RelWithDebInfo flags where where Release flags had it.
Previously, it was inconsistent in that some platforms/compilers had this flag for the RelWithDebInfo configuration and some didn't. This fixes issue #11366.
Diffstat (limited to 'Modules/Compiler/SunPro-ASM.cmake')
-rw-r--r--Modules/Compiler/SunPro-ASM.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Compiler/SunPro-ASM.cmake b/Modules/Compiler/SunPro-ASM.cmake
index 97776da936..2fa8b99500 100644
--- a/Modules/Compiler/SunPro-ASM.cmake
+++ b/Modules/Compiler/SunPro-ASM.cmake
@@ -12,7 +12,7 @@ set(CMAKE_ASM_FLAGS_INIT "")
set(CMAKE_ASM_FLAGS_DEBUG_INIT "-g")
set(CMAKE_ASM_FLAGS_MINSIZEREL_INIT "-xO2 -xspace -DNDEBUG")
set(CMAKE_ASM_FLAGS_RELEASE_INIT "-xO3 -DNDEBUG")
-set(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-g -xO2")
+set(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-g -xO2 -DNDEBUG")
# Initialize ASM link type selection flags. These flags are used when
# building a shared library, shared module, or executable that links