• Peter Wu's avatar
    cmake: fix symbol visibility issues · 77e8190b
    Peter Wu authored
    libnghttp2.so was missing -fvisibility=hidden. libnghttp2_asio.so on the
    other hand had hidden visibility which resulted in no exported symbols
    and a broken asio client examples.
    
    Just build a static nghttp2 library to solve this issue.
    77e8190b
CMakeLists.txt 15.8 KB