From b48cb3d0691a43aca39d1485b792ca53c8ab102d Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Wed, 27 Feb 2019 00:33:52 -0800 Subject: [PATCH] Fix compiler flags --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2c5b35..9bf5795 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,8 @@ CHROME_ARGS += --allow-nacl-socket-api=localhost LIBS = ppapi_gles2 ppapi ppapi_cpp pthread curl z ssl crypto nacl_io -CFLAGS = -Wall $(COMMON_C_C_FLAGS) $(OPUS_C_FLAGS) +CFLAGS += -Wall $(COMMON_C_C_FLAGS) $(OPUS_C_FLAGS) +CXXFLAGS += -Wall SOURCES = \ $(OPUS_SOURCE) \