We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60fda4e commit 9889e55Copy full SHA for 9889e55
epochX/cudacpp/gg_ttgggg.sa/SubProcesses/cudacpp.mk
@@ -60,6 +60,9 @@ endif
60
# Note: AR, CXX and FC are implicitly defined if not set externally
61
# See https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html
62
63
+# Optionally collect debug information for bug reports if an internal compiler error (ICE) occurs
64
+CXXFLAGS+= -freport-bug
65
+
66
#-------------------------------------------------------------------------------
67
68
#=== Configure the CUDA compiler
0 commit comments