Skip to content

Commit

Permalink
Update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles authored Nov 15, 2024
1 parent 0cd4b83 commit 54c7075
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 @@ -53,7 +53,7 @@ endif
$(info detected compiler is $(COMPILER_NAME) major version $(COMPILER_VERSION_NUMBER_MAJOR))

ifeq ($(COMPILER_NAME),NVHPC)
CXXFLAGS += -std=c++20
CXXFLAGS += -std=c++23
else
CXXFLAGS += -std=c++23 -ftree-vectorize -Wunused-macros -Werror -Wno-error=unknown-pragmas -Wno-error=cast-function-type -MD -MP -ftrivial-auto-var-init=pattern
endif
Expand Down

0 comments on commit 54c7075

Please sign in to comment.