-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
apply patch to remove -fcompare-debug-second flag from propagating ou…
…t of umpire
- Loading branch information
1 parent
a341ea9
commit d3a66b7
Showing
2 changed files
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
*** src/tpl/umpire/src/tpl/CMakeLists.txt 2023-07-06 14:40:05.000000000 -0700 | ||
--- src/tpl/umpire/src/tpl/CMakeLists.txt.patch 2024-01-10 12:16:01.869448000 -0800 | ||
*************** | ||
*** 193,204 **** | ||
endif () | ||
endif () | ||
|
||
- if (C_COMPILER_FAMILY_IS_GNU) | ||
- target_compile_options(umpire_tpl_fmt | ||
- INTERFACE | ||
- $<$<COMPILE_LANGUAGE:CXX>:-fcompare-debug-second>) | ||
- endif () | ||
- | ||
install(TARGETS | ||
umpire_tpl_fmt | ||
EXPORT umpire-targets | ||
--- 193,198 ---- |