Fix OSX debug / checked build symbols
authorJan Vorlicek <janvorli@microsoft.com>
Fri, 24 Apr 2020 22:00:46 +0000 (00:00 +0200)
committerJan Vorlicek <janvorli@microsoft.com>
Fri, 24 Apr 2020 22:00:46 +0000 (00:00 +0200)
commit3e87ca5f8d5c19c131f58d9e8037c41e147115c1
tree8b1973ffd4900e3eccc786466241b66d6354cc53
parentbfa10f1956ee7785af159c9448d46e736cc7a932
Fix OSX debug / checked build symbols

The strip command we invoke was stripping even the information that
is necessary for the debugger to find the separate .dwarf files,
so these symbol files had to be loaded manually into lldb. With
this fix, lldb loads them automatically.
eng/native/functions.cmake