We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8df039d commit bbc8245Copy full SHA for bbc8245
Makefile
@@ -51,7 +51,7 @@ TEST_TARGET=rmc_test
51
WIRESHARK_TARGET=rmc_wireshark_plugin.so
52
DESTDIR ?= /usr/local
53
54
-CFLAGS = -ggdb -fpic -Wall
+CFLAGS = -O3 -fpic -Wall
55
.PHONY: all clean etags print_obj install uninstall
56
57
all: $(LIB_TARGET) $(LIB_SO_TARGET) $(TEST_TARGET)
0 commit comments