From 15b4e8dbf93ad7176f3b72a46c55625edc851122 Mon Sep 17 00:00:00 2001 From: MatMoul Date: Sun, 7 Aug 2016 20:36:13 +0200 Subject: [PATCH] Add -O2 to CFLAGS --- makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/makefile b/makefile index 280f311..6a24c9b 100644 --- a/makefile +++ b/makefile @@ -1,6 +1,5 @@ CC=g++ -# CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line, g810-led -a ff0000, missing set key) -CFLAGS=-Wall -std=gnu++11 +CFLAGS=-Wall -O2 -std=gnu++11 LDFLAGS=-lusb-1.0 PROGN=g810-led