Skip to content

Commit

Permalink
build: set the compiler standard higher in the Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
midwan committed Sep 17, 2024
1 parent 2bd5841 commit e822fe8
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 @@ -341,7 +341,7 @@ PROG = amiberry
all: $(PROG)

export CFLAGS := $(CPUFLAGS) $(CFLAGS) $(EXTRA_CFLAGS)
export CXXFLAGS = $(CFLAGS) -std=gnu++17
export CXXFLAGS = $(CFLAGS) -std=gnu++2a
export CPPFLAGS

ifdef GCC_PROFILE
Expand Down

0 comments on commit e822fe8

Please sign in to comment.