diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-05-05 16:47:42 +0200 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-05-05 16:49:16 +0200 |
commit | 6878d573e50cca6ad917b67d596e5bb38c93b42a (patch) | |
tree | 9475bcc484bcb9d0d35df36152c68767dd2c6eca /Makefile | |
parent | 4d9a33d9ba4e6644a2f8b417b07cf5005d119cc6 (diff) |
Subsampling for faster image
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |