This is the mail archive of the gcc-help@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: --enable-checking


Denis Onischenko <denis.onischenko@gmail.com> writes:

> I want to include all checks, except those that slow down runtime
> libraries and programs.
> What checks (`assert', `df', `fold', `gc', `gcac' `misc', `rtl',
> `rtlflag', `runtime', `tree', and `valgrind') only affect the
> compiler, and which the runtime libraries used by programs ?

Sorry, I mean only "runtime" can affect the runtime libraries.
"assert" only affects the speed of the compiler itself.

Ian


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