blob: 7910f59f11e3fb74ba9fe94470cfc69f852883ba (
plain) (
blame)
1
2
3
4
5
6
7
8
|
--- test/Makefile.orig 2018-05-22 20:39:55 UTC
+++ test/Makefile
@@ -1,4 +1,4 @@
-CXXFLAGS = -std=c++11 -Wall -O2 -Wno-parentheses -Wno-misleading-indentation -Wno-int-in-bool-context
+CXXFLAGS += -std=c++11 -Wall -O2 -Wno-parentheses
CPPFLAGS = -I../include
LDFLAGS =
LIBS =
|