Commit 08d2186
correct root flags in AnalyzeCT.cpp compilation
The order in which the flags appear after g++ matters. The "compile" flags should go before the source file, the linking flags should go after, so you cannot combine them. Maybe the combined blurb was working with older versions of g++ and/or ROOT, but with g++ 9 and ROOT 6 it seems necessary to keep the compile flags and linking flags separate.1 parent dd0d262 commit 08d2186
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments