Skip to content

Commit 9889e55

Browse files
committed
[ggtt4g] optionally add "CXXFLAGS+= -freport-bug" to prepare bug reports for internal compiler errors
1 parent 60fda4e commit 9889e55

File tree

1 file changed

+3
-0
lines changed
  • epochX/cudacpp/gg_ttgggg.sa/SubProcesses

1 file changed

+3
-0
lines changed

epochX/cudacpp/gg_ttgggg.sa/SubProcesses/cudacpp.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ endif
6060
# Note: AR, CXX and FC are implicitly defined if not set externally
6161
# See https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
6262

63+
# Optionally collect debug information for bug reports if an internal compiler error (ICE) occurs
64+
CXXFLAGS+= -freport-bug
65+
6366
#-------------------------------------------------------------------------------
6467

6568
#=== Configure the CUDA compiler

0 commit comments

Comments
 (0)