From ac6c0efbd91562ff8db9f39f19b3fb7cdf0e9cad Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 11 Nov 2024 16:10:53 +0000 Subject: [PATCH] Enable -lstdc++exp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f9ad900b9..0e48f05bb 100644 --- a/Makefile +++ b/Makefile @@ -39,7 +39,7 @@ else ifneq '' '$(findstring g++,$(COMPILER_VERSION))' ifeq ($(shell expr $(COMPILER_VERSION_NUMBER_MAJOR) \>= 14),1) CXXFLAGS += -rdynamic # CXXFLAGS += -DENABLE_STACKTRACE=true - # LDFLAGS += -lstdc++exp + LDFLAGS += -lstdc++exp endif else ifneq '' '$(findstring nvc++,$(COMPILER_VERSION))' COMPILER_NAME := NVHPC