diff --git a/Makefile b/Makefile index 0e48f05bb..f9ad900b9 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