OMG - I found the problem! searching for clang++ a...
# kotlin-native
m
OMG - I found the problem! searching for clang++ and exit code 137, I found a page that indicated that this process has been killed by the oom killer (out of memory). So then I reconfigured my Docker to have 4GB RAM instead of 2GB, and it compiled and ran fine. Nice!
👍 4