IVGCVSW-7140 Produce map file for AndroidNN build for debug and release.

Signed-off-by: Cathal Corbett <cathal.corbett@arm.com>
Change-Id: Ib4433767ba8bd3282a9b19c2a85ff1a6e7e83df5
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 7061c60..30e526c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -464,7 +464,7 @@
 
 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 ")