Skip to content

Commit

Permalink
change to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
jdinovi committed Dec 21, 2023
1 parent 5aa2257 commit 9e00770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
CXX = g++
CXXFLAGS = -std=c++11 -Wall --coverage
CXXFLAGS = -std=c++17 -Wall --coverage
SRC_DIR = src
INC_DIR = include
OBJ_DIR = obj
Expand Down

0 comments on commit 9e00770

Please sign in to comment.