Elide export symbol if we're not building libasync as a .ko.
The only time we need to build libasync as a .ko is if we want to share the same instance of the code amongst other .ko's, for example. Not needed right now (can just statically link the whole library).
Please register or sign in to comment