summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Schodet2019-11-15 23:47:22 +0100
committerNicolas Schodet2019-11-15 23:47:22 +0100
commitde86953c464ef457bfd9fefb38f6492035c34698 (patch)
tree232e58b19fd5f8160e8cdee3492f2ce804f29589
parentead53d7843e184c3f733041a11ce118cafa6c8d4 (diff)
Enable optimizations
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83675d2..6329a94 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
libs := libusb-1.0 libpng16 gtk+-3.0
-CFLAGS := -g -Wall $(shell pkg-config $(libs) --cflags)
+CFLAGS := -O3 -g -Wall $(shell pkg-config $(libs) --cflags)
CPPFLAGS := -MMD
LDLIBS := $(shell pkg-config $(libs) --libs)
GLIB_COMPILE_RESOURCES = \