arybchik dffc07db79 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.
2015-06-18 15:50:42 +00:00
..
2010-08-23 06:13:29 +00:00
2013-05-20 23:52:49 +00:00
2011-01-06 21:04:00 +00:00
2011-01-06 21:04:00 +00:00
2010-08-23 06:13:29 +00:00
2014-01-04 18:19:53 +00:00
2014-08-31 21:18:23 +00:00
2014-09-22 20:53:17 +00:00
2010-08-23 06:13:29 +00:00
2012-05-22 06:33:08 +00:00
2014-09-22 19:00:30 +00:00
2013-09-03 12:08:08 +00:00
2011-12-16 14:28:34 +00:00
2011-12-30 21:22:10 +00:00
2012-08-15 06:31:32 +00:00
2010-08-23 06:13:29 +00:00
2010-10-13 14:44:38 +00:00
2014-07-30 07:18:32 +00:00
2015-06-06 19:15:48 +00:00
2015-06-17 18:50:57 +00:00
2010-01-15 19:12:33 +00:00
2015-04-22 00:38:11 +00:00
2013-06-04 06:38:01 +00:00
2010-09-16 09:29:48 +00:00
2015-02-13 21:32:05 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2014-03-14 02:37:07 +00:00
2014-01-09 22:40:51 +00:00
2015-06-06 12:44:42 +00:00
2015-06-06 12:44:42 +00:00
2015-06-06 12:44:42 +00:00
2015-06-14 03:14:45 +00:00
2010-08-23 06:13:29 +00:00
2013-08-28 07:48:44 +00:00
2012-02-16 21:57:50 +00:00
2014-01-04 18:33:28 +00:00
2014-01-09 22:40:51 +00:00
2013-08-03 08:21:35 +00:00
2014-08-01 21:10:41 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2014-12-30 22:22:46 +00:00
2012-03-30 23:05:48 +00:00
2012-08-15 04:03:55 +00:00
2014-10-02 10:46:12 +00:00
2014-09-04 20:12:36 +00:00
2014-10-02 10:46:12 +00:00
2012-04-21 01:51:16 +00:00
2013-03-03 16:17:09 +00:00
2014-12-21 02:35:22 +00:00
2014-01-09 22:40:51 +00:00
2010-05-19 14:50:07 +00:00
2012-05-01 07:38:40 +00:00
MFC
2013-02-21 21:59:35 +00:00
2010-08-23 06:13:29 +00:00
2012-11-08 01:35:02 +00:00
2015-06-05 20:38:22 +00:00
2010-08-23 06:13:29 +00:00
2010-08-23 06:13:29 +00:00
2013-10-21 01:15:05 +00:00
2010-08-15 15:33:01 +00:00
2013-09-03 12:08:08 +00:00
2015-06-18 15:50:42 +00:00
2010-04-26 17:03:56 +00:00
2010-04-20 21:29:53 +00:00
2010-08-23 06:13:29 +00:00
2014-05-23 06:28:31 +00:00
2010-08-23 06:13:29 +00:00
2010-10-13 14:44:38 +00:00
2012-06-25 09:46:06 +00:00
2010-08-13 04:00:35 +00:00
2014-06-15 05:15:38 +00:00
2014-10-31 07:33:56 +00:00
2014-12-30 22:22:46 +00:00
2014-04-24 04:43:50 +00:00
2010-08-23 06:13:29 +00:00
2014-02-17 20:19:34 +00:00
2012-06-03 12:19:16 +00:00
2012-01-17 18:20:34 +00:00
2014-10-10 00:26:00 +00:00
2015-06-14 03:14:45 +00:00