From ee480d2d6538b0192d40a00ed696b30e2587430c Mon Sep 17 00:00:00 2001 From: Cathal Corbett Date: Tue, 9 Aug 2022 12:12:17 +0100 Subject: IVGCVSW-7140 Produce map file for AndroidNN build for debug and release. Signed-off-by: Cathal Corbett Change-Id: Ib4433767ba8bd3282a9b19c2a85ff1a6e7e83df5 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 7061c603a2..30e526ccfb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -464,7 +464,7 @@ endif() target_compile_definitions(armnn PRIVATE "ARMNN_COMPILING_DLL") -# Generate a map file for debug mode only +# Generate a map file for all build modes set_property(TARGET armnn APPEND_STRING PROPERTY LINK_FLAGS " -Wl,-Map=libarmnnMapFile.map") message(STATUS "Linker will generate mapfile ") -- cgit v1.2.1