Skip to content
This repository has been archived by the owner on Dec 31, 2024. It is now read-only.

Commit

Permalink
Use C++23
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeIsAStar authored and MikeIsAStar committed Apr 19, 2024
1 parent a722aae commit da8d888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cycle_measurement/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CPPFILES := $(wildcard $(SOURCEDIR)/*.cpp)
OBJECTFILES := $(CPPFILES:$(SOURCEDIR)/%.cpp=$(BUILDDIR)/%.o)

# Compiler flags
CXXFLAGS := -std=c++20 -O3 -Wall -Werror -Wextra $(MACHDEP) -Iinclude -I$(LIBOGC_INC)
CXXFLAGS := -I$(LIBOGC_INC) -O3 -std=c++23 -Wall -Werror -Wextra $(MACHDEP)

# Linker editor
LD := $(CXX)
Expand Down

0 comments on commit da8d888

Please sign in to comment.