##// END OF EJS Templates
Added automatic map file production on build.
jeandet -
r371:88d90c878c97 R3++ draft
parent child
Show More
@@ -13,7 +13,7 else()
13 set(CMAKE_C_FLAGS_RELEASE "-O3")
13 set(CMAKE_C_FLAGS_RELEASE "-O3")
14 endif()
14 endif()
15
15
16 set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_LINKER> <FLAGS> <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
16 set(CMAKE_C_LINK_EXECUTABLE "<CMAKE_LINKER> <FLAGS> -Xlinker -Map=<TARGET>.map <CMAKE_CXX_LINK_FLAGS> <LINK_FLAGS> <OBJECTS> -o <TARGET> <LINK_LIBRARIES>")
17
17
18 include_directories("${rtems_dir}/sparc-rtems/leon3/lib/include")
18 include_directories("${rtems_dir}/sparc-rtems/leon3/lib/include")
19
19
General Comments 1
Under Review
author

Auto status change to "Under Review"

You need to be logged in to leave comments. Login now