Re: Add flags to disable profile generation.

2015-08-05 Thread Diego Novillo
On Wed, Aug 5, 2015 at 4:04 PM, Justin Bogner wrote: > Diego Novillo writes: > > This patch adds flags -fno-profile-instr-generate and > > -fno-profile-instr-use, and the GCC aliases -fno-profile-generate and > > -fno-profile-use. > > > > These flags are used in situations where users need to di

Re: Add flags to disable profile generation.

2015-08-05 Thread Justin Bogner
Diego Novillo writes: > This patch adds flags -fno-profile-instr-generate and > -fno-profile-instr-use, and the GCC aliases -fno-profile-generate and > -fno-profile-use. > > These flags are used in situations where users need to disable profile > generation or use for specific files in a build, wi