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

Commit

Permalink
Merge pull request #100 from joebonrichie/eliminate-ti
Browse files Browse the repository at this point in the history
data/macros: clang doesn't understand -feliminate-unused-debug-types
  • Loading branch information
ermo committed Dec 23, 2023
2 parents c1e1ea3 + 9149088 commit 6acb9ca
Showing 1 changed file with 6 additions and 2 deletions.
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

0 comments on commit 6acb9ca

Please sign in to comment.