提交 2f32cd9d 编写于 作者: M mbbill@gmail.com

insight can not get along with -gdwarf-2 very well. So, we use -gstabs+ for more compatibility.

git-svn-id: https://rt-thread.googlecode.com/svn/trunk@1438 bbd45198-f89e-11dd-88c7-29a3b14d5316
上级 e9e1c20a
......@@ -39,8 +39,8 @@ if PLATFORM == 'gcc':
LPATH = ''
if BUILD == 'debug':
CFLAGS += ' -O0 -gdwarf-2'
AFLAGS += ' -gdwarf-2'
CFLAGS += ' -O0 -gstabs+'
AFLAGS += ' -gstabs+'
else:
CFLAGS += ' -O2'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册