-
Notifications
You must be signed in to change notification settings - Fork 768
Do not generate debug info for declarations in system header files #11544
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
528a3eb
to
cd418b6
Compare
b67ca09
to
57467f0
Compare
57467f0
to
82b0a03
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- What happens to template declaration from a system header file, but instantiated in the user file? Are they affected?
- Would like to see a few tests for this that shows what would be different for the user.
423274d
to
8eb1932
Compare
… generate debug info Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
…ase for this change. Signed-off-by: Lu, John <john.lu@intel.com>
…uarded by a new option. Signed-off-by: Lu, John <john.lu@intel.com>
…bg info for math library functions. Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
73b1988
to
321c2fd
Compare
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
Signed-off-by: Lu, John <john.lu@intel.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks
There have been several changes since your latest comment. Can you please take a look when convenient? Thanks |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, minor nit.
Signed-off-by: Lu, John <john.lu@intel.com>
Add option:
-fno-system-debug Do not emit debug information for declarations in system headers