1
0
Fork 0
mirror of https://github.com/bolero-MURAKAMI/Sprout synced 2025-08-03 12:49:50 +00:00

fix shufle_order: support clang 3.3 or later (default template depth 256)

This commit is contained in:
bolero-MURAKAMI 2014-01-11 16:05:18 +09:00
parent 14f8d9d042
commit e7b8d74c0f
4 changed files with 104 additions and 3 deletions

View file

@ -23,8 +23,8 @@ std="c++11"
declare -a common_options=()
declare -a version_options=()
declare -A version_specific_options=(
[clang-3.3]='-ftemplate-depth=512'
[clang-3.4]='-ftemplate-depth=512'
# [clang-3.3]='-ftemplate-depth=512'
# [clang-3.4]='-ftemplate-depth=512'
)
test_cpp=$(cd $(dirname $0); pwd)/test.cpp
test_py=$(cd $(dirname $0); pwd)/test.py