Skip to content

Commit

Permalink
Enable -lstdc++exp
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Nov 11, 2024
1 parent 6a57b97 commit ac6c0ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac6c0ef

Please sign in to comment.