diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2022-11-15 20:40:37 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2022-11-15 20:40:37 -0500 |
commit | be993f55f5d93150b8b418b031d2e9c8d88978b2 (patch) | |
tree | adbd8cdc4b5b6c55679219fde46e2a1231253d10 /Makefile | |
parent | 38b18b8bdaf0cd4f4f7b72ade4b3f27f7363eab3 (diff) |
allow lua to create dialog box
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ LIBDIR = lib LIBS = -L$(LIBDIR) -lSDL2 -lpthread -lentityx -lluajit -ldl -lGLEW -lGL \ -lSDL2_image -lsoil -lfreetype -lopenal -lalut -CXXFLAGS = -ggdb -std=c++17 -Wall -Wextra -Werror -pedantic \ +CXXFLAGS = -ggdb -std=c++20 -Wall -Wextra -Werror -pedantic \ -Wno-class-memaccess -Wno-implicit-fallthrough -Wno-unused-parameter CXXINCS = -I$(SRCDIR) \ |