MantisBT - CMake | ||||||||||
View Issue Details | ||||||||||
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. | |||||||||
Steps To Reproduce | ||||||||||
Additional Information | ||||||||||
Tags | No tags attached. | |||||||||
Relationships |
| |||||||||
Attached Files | ||||||||||
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 |
Notes | |||||
|
|||||
|
|