diff options
author | Your Name <you@example.com> | 2022-01-22 11:04:16 -0500 |
---|---|---|
committer | Your Name <you@example.com> | 2022-01-22 11:04:16 -0500 |
commit | b8a4092aaa48d00d88765021a82d5f396ba08f0f (patch) | |
tree | c83c6316669dee1ea12a14b32b08f4ac1b6b712e /Makefile | |
parent | 350a11b05c6496b3628dd18704b9f7e0b3f29403 (diff) | |
download | libbible-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |