We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b36d27 commit c5b53d3Copy full SHA for c5b53d3
Makefile
@@ -7,7 +7,7 @@ CXX=g++
7
8
# Flags
9
ARCH_FLAGS=-arch x86_64
10
-CFLAGS=-Wextra -Wall -pedantic-errors $(ARCH_FLAGS) -O3
+CFLAGS=-Wextra -Wall -pedantic-errors $(ARCH_FLAGS) -O3 -Wno-long-long
11
LDFLAGS=$(ARCH_FLAGS)
12
DEFINES=
13
INCLUDES=-I$(OPENCV_PATH)/include -Iinclude/
0 commit comments