From b8a4092aaa48d00d88765021a82d5f396ba08f0f Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 22 Jan 2022 11:04:16 -0500 Subject: Moved to c++20, reports full language name --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3189adc..4fe1ffc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CC=g++ LIBS=sword minizip -CFLAGS=-c -Wall -fPIC -std=c++17 +CFLAGS=-c -Wall -fPIC -std=c++20 LDFLAGS=-lstdc++fs SOURCES=libbible.cc mods.cc settings.cc OBJECTS=$(SOURCES:.cc=.o) -- cgit v1.2.3