Skip to content

Commit

Permalink
Added O3
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Mar 8, 2019
1 parent 8df039d commit bbc8245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ TEST_TARGET=rmc_test
WIRESHARK_TARGET=rmc_wireshark_plugin.so
DESTDIR ?= /usr/local

CFLAGS = -ggdb -fpic -Wall
CFLAGS = -O3 -fpic -Wall
.PHONY: all clean etags print_obj install uninstall

all: $(LIB_TARGET) $(LIB_SO_TARGET) $(TEST_TARGET)
Expand Down

0 comments on commit bbc8245

Please sign in to comment.