more default cxxflags

master
Daniel Kolesa 2016-02-09 21:22:00 +00:00
parent bd485cd090
commit fe9072e356
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
EXAMPLES_CXXFLAGS = -std=c++14 -Wall -Wextra -Wshadow -I.
EXAMPLES_CXXFLAGS = -O2 -g -std=c++14 -Wall -Wextra -Wshadow -I.
EXAMPLES_OBJ = \
examples/format.o \