Changes between Initial Version and Version 1 of Ticket #40634, comment 5


Ignore:
Timestamp:
Nov 20, 2013, 6:47:55 PM (10 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #40634, comment 5

    initial v1  
    44Just add a line to the port file:
    55
    6 '''configure.cxxflags-append -ftemplate-depth-1024'''
     6{{{
     7configure.cxxflags-append -ftemplate-depth-1024
     8}}}
    79
    810since this template depth seems to be sufficient. The reason, why the vigra does not compile from scratch with clang-5.0 may be due to a different (implicit) setting for the max. recursion depth between v.4.2 and v.5.0.