diff options
author | arybchik <arybchik@FreeBSD.org> | 2015-06-18 15:50:42 +0000 |
---|---|---|
committer | arybchik <arybchik@FreeBSD.org> | 2015-06-18 15:50:42 +0000 |
commit | dffc07db79958fd4918ed5aa7952be401ef97be1 (patch) | |
tree | 5ea848dfcd61cdaa7ffb8d52b9a98f9f1be94581 /lib/libc | |
parent | 60da1828ed66b85f8f0d8c927122747ca725d307 (diff) | |
download | FreeBSD-src-dffc07db79958fd4918ed5aa7952be401ef97be1.zip FreeBSD-src-dffc07db79958fd4918ed5aa7952be401ef97be1.tar.gz |
MFC: r283679
sfxge: do not use DEBUG_FLAGS to enable extra debug checks
DEBUG_FLAGS are set to DEBUG option value when kernel is built.
For example, it is -g in GENERIC config to have debug symbols.
Also DEBUG_FLAGS are used to determine if ctfconvert should keep
debug symbols.
Since we redefined DEBUG_FLAGS, debug symbols were always missing.
ctfconvert complains about it during kernel build.
It is incorrect to append DEBUG_FLAGS, since if DEBUG has no -g (or
similar), we'll have no debug symbols and ctfconvert will complain.
If it incorrect to always have -g in our DEBUG_FLAGS, since debug
symbols presence should be controllable by kernel config.
So, just add disabled by default addition of -DDEBUG=1 to CFLAGS.
Reviewed by: imp
Sponsored by: Solarflare Communications, Inc.
Diffstat (limited to 'lib/libc')
0 files changed, 0 insertions, 0 deletions