Skip to content
This repository has been archived by the owner on Mar 3, 2023. It is now read-only.

Ubuntu 22.04 Support #3761

Merged
merged 2 commits into from
Jan 23, 2022
Merged

Ubuntu 22.04 Support #3761

merged 2 commits into from
Jan 23, 2022

Commits on Jan 20, 2022

  1. [Build] Ubuntu 22.04 Container

    - Added a Ubuntu 22.04 Docker Container.
    - Update to support compiling and linking of <libunwind 1.6.2> with the C++11 standard. g++ seems to be defaulting to C++17 which is not compatible with <libunwind 1.6.2>'s dynamic exception specifications.
    surahman committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    57a4c89 View commit details
    Browse the repository at this point in the history
  2. [Build] Linking with C++14

    Linking the <libunwind> library with C++14 because this is the highest C++ standard to support dynamically generated exceptions.
    surahman committed Jan 20, 2022
    Configuration menu
    Copy the full SHA
    37e96f5 View commit details
    Browse the repository at this point in the history