Trying to switch to more object-oriented
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ RM = del
|
||||
else
|
||||
UNAME_S := $(shell uname -s)
|
||||
CXX ?= g++
|
||||
CXXFLAGS = -std=c++14 -Wall -Wextra -pedantic
|
||||
CXXFLAGS = -std=c++14 -Wall -Wextra -pedantic -g
|
||||
OBJEXT = o
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user