add -ffriend_injection
Compare changes
+ 1
− 0
@@ -23,6 +23,7 @@ if (CMAKE_BUILD_TYPE MATCHES DEBUG)
Added CMake flag -ffriend_injection in order to prevent errors/warnings() with friend bool operators (29-31 lines in Variable.h). () Sometimes one has warnings only, sometimes - fatal errors (it seems to depend from compiler, root versions etc.)