-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
GCC has unwanted flags #18995
Copy link
Copy link
Open
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer1.severity: blockerThis is preventing another PR or issue from being completedThis is preventing another PR or issue from being completed
Milestone
Metadata
Metadata
Labels
0.kind: bugSomething is brokenSomething is broken0.kind: regressionSomething that worked before working no longerSomething that worked before working no longer1.severity: blockerThis is preventing another PR or issue from being completedThis is preventing another PR or issue from being completed
Fields
Give feedbackNo fields configured for issues without a type.
These flags should be enabled when compiling nix packages, but they should not be always on for general compiler use.
This has caused a broken debugging experience for me on the project I was working on.
Most projects have a "debug build" that has optimizations off, and this prevents that from working correctly.
NixOS version 16.09pre90254.6b20d5b (Flounder)