Skip to content

Commit

Permalink
Updated -O2 lag in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Magnus Feuer committed Oct 2, 2019
1 parent 9d11a2b commit c66d18f
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

Expand Down

0 comments on commit c66d18f

Please sign in to comment.