Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #315, comment 2


Ignore:
Timestamp:
Aug 21, 2014, 4:57:16 PM (10 years ago)
Author:
Pavel Demin

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #315, comment 2

    initial v1  
    1 I've just looked through the Makefile.arch file and I'd say that the '-std=c++11' flags is generated by the 'root-config --cflags' command.
     1I've just looked through the Makefile.arch file and I'd say that the '-std=c++11' flag is generated by the 'root-config --cflags' command.
    22
    3 If it's so, the solution could be tor somehow remove '-std=c++11' from the {{{gcc $(CXXFLAGS) ..}}} command.
     3If it's so, the solution could be to somehow remove '-std=c++11' from the {{{gcc $(CXXFLAGS) ..}}} command.