Skip to content

Commit

Permalink
[ggtt4g] optionally add "CXXFLAGS+= -freport-bug" to prepare bug repo…
Browse files Browse the repository at this point in the history
…rts for internal compiler errors
  • Loading branch information
valassi committed Nov 25, 2023
1 parent 9038ae4 commit a3acced
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions epochX/cudacpp/gg_ttgggg.sa/SubProcesses/cudacpp.mk
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ endif
# Note: AR, CXX and FC are implicitly defined if not set externally
# See https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html

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

#-------------------------------------------------------------------------------

#=== Configure the CUDA compiler
Expand Down

0 comments on commit a3acced

Please sign in to comment.