diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-11 09:45:44 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2014-06-11 09:45:44 +0200 |
commit | f6a82adeac84b0be20188fd4ea164d8e4a1cc131 (patch) | |
tree | f54d5a7cf728c9783ac5d0a021cd64b607d2ff1a /symbian | |
parent | 60bd7b488a4d9a548c63a8440324726b52ba9a3c (diff) | |
download | perl-f6a82adeac84b0be20188fd4ea164d8e4a1cc131.tar.gz |
Fix cbacktrace
Diffstat (limited to 'symbian')
-rw-r--r-- | symbian/config.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/symbian/config.sh b/symbian/config.sh index 4c3c590e49..fc588c3d34 100644 --- a/symbian/config.sh +++ b/symbian/config.sh @@ -814,6 +814,7 @@ uquadtype='uint64_t' use5005threads='undef' use64bitall='undef' use64bitint='undef' +usecbacktrace='undef' usecrosscompile='undef' usedevel='undef' usedl='undef' |