Remove gcc specific optimization flag to make build compiler agnostic, also allowing Precomp to build on FreeBSD!

This commit is contained in:
Michael Reim 2016-02-13 10:38:34 +01:00
parent a0caa21a6c
commit 1d37de90d2

View file

@ -1,5 +1,5 @@
OBJECTS = bitops.o aricoder.o packjpg.o
CFLAGS = -O3 -DUNIX -DBUILD_LIB -Wall -pedantic -funroll-loops -ffast-math -fsched-spec-load -fomit-frame-pointer
CFLAGS = -O3 -DUNIX -DBUILD_LIB -Wall -pedantic -funroll-loops -ffast-math -fomit-frame-pointer
.PHONY: all
all: $(OBJECTS)