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

data/macros: clang doesn't understand -feliminate-unused-debug-types #100

Merged
merged 1 commit into from
Dec 23, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions data/macros/arch/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -443,9 +443,13 @@ flags :

# Toggle debug-std optimisations (ON)
- debug-std:
c : "-g -feliminate-unused-debug-types -fasynchronous-unwind-tables"
cxx : "-g -feliminate-unused-debug-types -fasynchronous-unwind-tables"
d : "-g -gc -d-debug"
gnu:
c : "-g -feliminate-unused-debug-types -fasynchronous-unwind-tables"
cxx : "-g -feliminate-unused-debug-types -fasynchronous-unwind-tables"
llvm:
c : "-g -fasynchronous-unwind-tables"
cxx : "-g -fasynchronous-unwind-tables"

# Toggle fast math (OFF)
- math:
Expand Down
Loading