1
0
mirror of https://github.com/MatMoul/g810-led.git synced 2024-12-23 09:16:11 +00:00

Add -O2 to CFLAGS

This commit is contained in:
MatMoul 2016-08-07 20:36:13 +02:00
parent 77bdebc998
commit 15b4e8dbf9

View File

@ -1,6 +1,5 @@
CC=g++ CC=g++
# CFLAGS=-Wall -O2 -std=gnu++11 (Problem with this line, g810-led -a ff0000, missing set key) CFLAGS=-Wall -O2 -std=gnu++11
CFLAGS=-Wall -std=gnu++11
LDFLAGS=-lusb-1.0 LDFLAGS=-lusb-1.0
PROGN=g810-led PROGN=g810-led