aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorYour Name <you@example.com>2022-01-22 11:04:16 -0500
committerYour Name <you@example.com>2022-01-22 11:04:16 -0500
commitb8a4092aaa48d00d88765021a82d5f396ba08f0f (patch)
treec83c6316669dee1ea12a14b32b08f4ac1b6b712e /Makefile
parent350a11b05c6496b3628dd18704b9f7e0b3f29403 (diff)
downloadlibbible-b8a4092aaa48d00d88765021a82d5f396ba08f0f.tar.gz
libbible-b8a4092aaa48d00d88765021a82d5f396ba08f0f.tar.bz2
libbible-b8a4092aaa48d00d88765021a82d5f396ba08f0f.zip
Moved to c++20, reports full language name
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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)