This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 79602

Summary: "Strip Symbols" option has no effect for Linker
Product: cnd Reporter: dnikitin <dnikitin>
Component: -- Other --Assignee: issues@cnd <issues>
Status: CLOSED INVALID    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description dnikitin 2006-07-03 14:48:29 UTC
Project Properties dialog box.

1. Choose Linker->General, check "Strip Symbols" checkbox.

2. Build project

in output window you don't see flag "-s" for linker.
Comment 1 dnikitin 2006-07-03 15:13:29 UTC
Sorry. It's not a bug. 

g++   -o dist/Debug/welcome -s build/Debug/GNU-Linux-x86/welcome.o

The -s option is present, I have not noticed it.