mirror of
https://github.com/schnaader/precomp-cpp
synced 2026-08-23 00:23:04 -04:00
Remove gcc specific optimization flag to make build compiler agnostic, also allowing Precomp to build on FreeBSD!
This commit is contained in:
parent
a0caa21a6c
commit
1d37de90d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue