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 79616 - "Strip Symbols" option for compiler is applied for linker too.
Summary: "Strip Symbols" option for compiler is applied for linker too.
Status: CLOSED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Thomas Preisler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-03 15:28 UTC by dnikitin
Modified: 2007-05-25 19:26 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 15:28:39 UTC
1. Open Project Properties dialog box.
2. Check "Strip Symbols" for "C/C++/GNU C++ Compiler/General"
3. Uncheck "Strip Symbols" for "Linker/General"
4. Build project and see output window

You see the flag -s both for compiler and for linker, despite the fact that
checkbox Linker=>General->"Strip Symbols" uncheck.
Comment 1 Thomas Preisler 2006-07-11 00:08:46 UTC
Fixed. Now the compiler setting and the linker setting are orthogonal.