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

Summary: "Strip Symbols" option for compiler is applied for linker too.
Product: cnd Reporter: dnikitin <dnikitin>
Component: -- Other --Assignee: Thomas Preisler <thp>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

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.