Hello Yuji
I am not sure, but I use the lines below to change the compiler options.
TString cmd = gSystem->GetMakeSharedLib(); cmd.ReplaceAll("-W ","-W -Wno-unused-parameter "); gSystem->SetMakeSharedLib(cmd);
Margar
On Thu, May 22, 2008 at 3:48 PM, Yuji Tsuchimoto <nox_at_sea-mew.jp> wrote:
> Dear all,
>
> I'm using the ROOT in physics analysis.
> ROOT compile a macro before executing it when "+" is appended by filename.
> For example,
> .x test.C+
> .
>
> This is very convenient to speed up.
> But I want to compile with debug information,
> I mean I want to compile a macro with "-g" option.
>
> I tried to set "-g" in environment variables of CXXFLAGS, but it may be
> ignored.
>
> Could you tell me how to set compile option for ROOT instant compiling with
> "+" ?
>
> Best Regards, Yuji
>
>
-- ------------------------------------------------------------------------------------------------------ Margar Simonyan post-doctoral researcher LAPP, 9 Chemin de Bellevue, BP 110 F-74941, Annecy-le-Vieux Tel: +33450091785 +41227671123 (CERN) -----------------------------------------------------------------------------------------------------Received on Thu May 22 2008 - 16:01:38 CEST
This archive was generated by hypermail 2.2.0 : Thu May 22 2008 - 17:50:02 CEST