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.
2 parents af551db + 292d2a9 commit 950c970Copy full SHA for 950c970
1 file changed
make/compiler_flags
@@ -58,7 +58,7 @@ ifneq (,$(findstring g++,$(CXX)))
58
CXX_TYPE ?= gcc
59
endif
60
CXX_TYPE ?= other
61
-CXX_VERSION := $(shell $(CXX) -dumpversion 2>&1)
+CXX_VERSION := $(shell $(CXX) -dumpfullversion -dumpversion 2>&1)
62
CXX_MAJOR := $(word 1,$(subst ., ,$(CXX_VERSION)))
63
CXX_MINOR := $(word 2,$(subst ., ,$(CXX_VERSION)))
64
0 commit comments