Skip to content

Commit 8cc8c2f

Browse files
committed
Moving using C++17 to only RGB2Grayscale module
1 parent 8886715 commit 8cc8c2f

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

modules/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ TARGET?=test
33

44
# Compiler
55
CC=g++
6-
CFLAGS=-Wall -I. -O3 -g -std=c++17 -Wextra -Wunused-function
6+
CFLAGS=-Wall -I. -O3 -g -Wextra -Wunused-function
77

88
# Target
99
LD=g++

modules/rgb2gray/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Include common Makefile
22
include ../Makefile
33

4+
CFLAGS+=-std=c++17
5+
46
ifdef INCLUDE_OPENCV
57
# Target
68
LIBS+=-lopencv_imgcodecs -lopencv_core -lopencv_highgui -lopencv_imgproc

0 commit comments

Comments
 (0)