This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: preserving static, global (ident) strings in 3.4.x?


On Mon, 19 Jul 2004 10:12:52 -0700, Jim Wilson <wilson@specifixinc.com> wrote regarding "Re:
preserving static, global (ident) strings in 3.4.x?"

8-) -fno-unit-at-a-time.  Or you can add __attribute__ ((used)) to variable 
8-) declarations to prevent them from being optimized away.  See the docs 

	Thanks! I guess that this is what I was looking for...

R.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]