View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000513CMakepublic2004-01-14 09:162004-04-22 15:51
ReporterOndrej Svetlik 
Assigned ToBill Hoffman 
PrioritynormalSeverityfeatureReproducibilityalways
StatusclosedResolutionno change required 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0000513: Linker specification
DescriptionI'd like to be able to specify a linker, so I may use ccmalloc:

SET(CMAKE_EXE_LINKER "ccmalloc")
SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_CXX_COMPILER} ${CMAKE_EXE_LINKER_FLAGS)
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0000941)
Bill Hoffman (manager)
2004-04-22 15:51

This can already be done like this:

SET(CMAKE_CXX_LINK_EXECUTABLE "ccmalloc ${CMAKE_CXX_LINK_EXECUTABLE}")
SET(CMAKE_C_LINK_EXECUTABLE "ccmalloc ${CMAKE_C_LINK_EXECUTABLE}")


 Issue History
Date Modified Username Field Change


Copyright © 2000 - 2018 MantisBT Team