[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Gnash-dev] no debugging symbols found
From: |
zhonghua zhu |
Subject: |
Re: [Gnash-dev] no debugging symbols found |
Date: |
Wed, 6 Jul 2011 13:19:25 +0800 |
2011/7/2, Jonas 'Sortie' Termansen <address@hidden>:
> Did you try to pass a few variables to configure? For instance
> CXXFLAGS='-g3 -O0'
> ./configure
> That is one way autotools receive flags and I think Gnash supports it.
>
I didn't specially pass the -g option to configure.
But I saw -g option in CXXFLAGS of Makefile.
And the default level of -g is enough for me to debug gnash.
So I think it isn't the reason of my problem. And it's not a solution
to this case.