aboutsummaryrefslogtreecommitdiff
path: root/rmihidtool
diff options
context:
space:
mode:
authorAndrew Duggan <aduggan@synaptics.com>2014-07-30 10:54:56 -0700
committerAndrew Duggan <aduggan@synaptics.com>2014-07-30 10:54:56 -0700
commit18cc3b3343a6518f22de111134900b1e535aeea4 (patch)
tree6185ac71caa3945064e6b9e98bb533dae1b08fd2 /rmihidtool
parentd14ef2821cb7a6be32c0ca160960a7117d324086 (diff)
downloadrmi4utils-18cc3b3343a6518f22de111134900b1e535aeea4.tar.gz
Remove debugging flag.
Diffstat (limited to 'rmihidtool')
-rw-r--r--rmihidtool/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rmihidtool/Makefile b/rmihidtool/Makefile
index ca888d6..ca7834e 100644
--- a/rmihidtool/Makefile
+++ b/rmihidtool/Makefile
@@ -1,6 +1,6 @@
CXX = g++
CPPFLAGS += -I../include -I./include -I../rmidevice
-CXXFLAGS += -g -Wall
+CXXFLAGS += -Wall
LDFLAGS += -L.
LIBS = -lrmidevice
LIBDIR = ../rmidevice