Skip to content

Commit

Permalink
Merge pull request #177 from rest-for-physics/testing
Browse files Browse the repository at this point in the history
TRestReflector. Updating hot compilation flags
  • Loading branch information
jgalan authored Apr 5, 2022
2 parents 2cb8b08 + eabeeee commit 5b37f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/framework/tools/src/TRestReflector.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ int TRestReflector::InitDictionary() {
}

int b =
system(Form("gcc %s -std=c++11 -I`root-config --incdir` "
system(Form("gcc %s `root-config --cflags` "
"`root-config --libs` -lGui -lGeom -lGdml -lMinuit -L/usr/lib64 "
"-lstdc++ -shared -fPIC -o %s",
cxxfilename.c_str(), sofilename.c_str()));
Expand Down

0 comments on commit 5b37f51

Please sign in to comment.