Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update CMakeLists.txt for better debug info #677

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Jan 5, 2024

  1. Update CMakeLists.txt for better debug info

    Add -fstandalone-debug to emit full debug info
    JinjieZhao authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    d6e5bda View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    621dc2f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    cf1857c View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2024

  1. fix: conditionally add -fstandalone-debug for Clang only

    Previously, the `-fstandalone-debug` flag was added unconditionally, which caused errors when using GCC. This commit adds a check to ensure the flag is only applied when using the Clang compiler, preventing issues with GCC.
    JinjieZhao committed Aug 24, 2024
    Configuration menu
    Copy the full SHA
    16227b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382ba03 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    492bdfd View commit details
    Browse the repository at this point in the history