summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-05-05 16:47:42 +0200
committerTom Smeding <tom.smeding@gmail.com>2020-05-05 16:49:16 +0200
commit6878d573e50cca6ad917b67d596e5bb38c93b42a (patch)
tree9475bcc484bcb9d0d35df36152c68767dd2c6eca /Makefile
parent4d9a33d9ba4e6644a2f8b417b07cf5005d119cc6 (diff)
Subsampling for faster image
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)