Skip to content

Commit

Permalink
Changed O3 to O2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Jul 9, 2019
1 parent 54feccf commit 9594a40
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 = -O3 -fpic -Wall -D_GNU_SOURCE
CFLAGS = -O2 -fpic -Wall -D_GNU_SOURCE
.PHONY: all clean etags print_obj install uninstall

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

0 comments on commit 9594a40

Please sign in to comment.