aboutsummaryrefslogtreecommitdiff
path: root/cmake/toolchain/armclang.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/toolchain/armclang.cmake')
-rw-r--r--cmake/toolchain/armclang.cmake6
1 files changed, 5 insertions, 1 deletions
diff --git a/cmake/toolchain/armclang.cmake b/cmake/toolchain/armclang.cmake
index 72eb456..bb29286 100644
--- a/cmake/toolchain/armclang.cmake
+++ b/cmake/toolchain/armclang.cmake
@@ -1,5 +1,5 @@
#
-# Copyright (c) 2020 Arm Limited. All rights reserved.
+# Copyright (c) 2020-2021 Arm Limited. All rights reserved.
#
# SPDX-License-Identifier: Apache-2.0
#
@@ -58,6 +58,10 @@ add_compile_options(
"$<$<CONFIG:DEBUG>:-gdwarf-3>"
"$<$<COMPILE_LANGUAGE:CXX>:-fno-unwind-tables;-fno-rtti;-fno-exceptions>")
+# Compile defines
+add_compile_definitions(
+ "$<$<NOT:$<CONFIG:DEBUG>>:NDEBUG>")
+
# Link options
add_link_options(
--cpu=${__LINK_TARGET}