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 - "Strip Symbols" option has no effect for Linker
Summary: "Strip Symbols" option has no effect for Linker
Status: CLOSED INVALID
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@cnd
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 14:48 UTC by dnikitin
Modified: 2007-05-25 20:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.