From 7e4facc67340d8920439a25034d6df02ecfc2532 Mon Sep 17 00:00:00 2001 From: Luke Shingles Date: Mon, 11 Nov 2024 22:14:13 +0000 Subject: [PATCH] Enable -lstdc++exp --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ec7cabb47..b49ac220d 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