Loading tests/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Compiler and flags CXX = g++ -O2 CXXFLAGS = -std=c++17 CXXFLAGS = --std=c++17 # Source files PROBLEM2_SRCS = testMaxPlanarSubgraph.cpp impl/MaxPlanarSubgraph.cpp impl/Vertex.cpp Loading Loading
tests/Makefile +1 −1 Original line number Diff line number Diff line Loading @@ -2,7 +2,7 @@ # Compiler and flags CXX = g++ -O2 CXXFLAGS = -std=c++17 CXXFLAGS = --std=c++17 # Source files PROBLEM2_SRCS = testMaxPlanarSubgraph.cpp impl/MaxPlanarSubgraph.cpp impl/Vertex.cpp Loading