commit c620ba7f923e0e2cca34aeafbc93133ed727a052 from: Neels Hofmeyr date: Mon Jan 27 23:43:50 2020 UTC lib/linux_Makefile: -O3 commit - 13b152737318b3ddf12efd04d2ecd8b22708f052 commit + c620ba7f923e0e2cca34aeafbc93133ed727a052 blob - e8e14be5621f0f4536f2e0e42b7e9fb59d758cf4 blob + a6ff8bd1ed65c0db6c0feaf7866523a9d9f52948 --- lib/linux_Makefile +++ lib/linux_Makefile @@ -13,7 +13,7 @@ objs = $(srcs:.c=.o) libdiff.a: $(objs) ar rcs $@ $^ -CFLAGS = -fsanitize=address -fsanitize=undefined -g +CFLAGS = -fsanitize=address -fsanitize=undefined -g -O3 %.o: %.c ./*.h ../include/diff/*.h gcc $(CFLAGS) -I../include -o $@ -c $<