summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2b12c32..f5eb1b4 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXX = g++
NVCC = nvcc
CUFLAGS = -O3
-CXXFLAGS = -Wall -Wextra -std=c++11 -O3
+CXXFLAGS = -Wall -Wextra -std=c++17 -O3
LDFLAGS = -L/opt/cuda/lib64 -lcudart
CXXFLAGS += $(shell pkg-config --cflags sdl2)