| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||
| 0005833 | CMake | CMake | public | 2007-10-06 10:41 | 2007-10-12 09:43 | ||||
| Reporter | gga | ||||||||
| Assigned To | |||||||||
| Priority | normal | Severity | major | Reproducibility | always | ||||
| Status | closed | Resolution | no change required | ||||||
| Platform | OS | OS Version | |||||||
| Product Version | |||||||||
| Target Version | Fixed in Version | ||||||||
| Summary | 0005833: Executables are created with -rdynamic by default on Linux | ||||||||
| Description | When creating executables under Linux, cmake by default links them with -rdynamic. This flag exposes all the symbols in the executable. This is highly undesirable for executables as it adds a lot of overhead and exposes the internals of the executable, which is often unwanted in commercial applications. So far, I seem unable to force cmake to remove this flag.  | ||||||||
| Tags | No tags attached. | ||||||||
| Attached Files | |||||||||
| Relationships | ||||||
  | 
||||||
| Relationships | 
| Notes | |
| 
				(0009394) gga (reporter) 2007-10-06 11:23  | 
	
		SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "") SET(CMAKE_SHARED_LIBRARY_LINK_CXX_FLAGS "") seems to address the problem.  | 
| Notes | 
| Issue History | |||
| Date Modified | Username | Field | Change | 
| 2007-10-06 10:41 | gga | New Issue | |
| 2007-10-06 11:23 | gga | Note Added: 0009394 | |
| 2007-10-12 09:43 | Bill Hoffman | Status | new => closed | 
| 2007-10-12 09:43 | Bill Hoffman | Resolution | open => no change required | 
| 2010-01-12 17:11 | Brad King | Relationship added | related to 0009985 | 
| Issue History | 
| Copyright © 2000 - 2018 MantisBT Team |