X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Tri2obj%2FMakefile;h=87ddbbd49c26f8dd7f93f26ad9e091510d93b443;hb=aa605d17e8f15127d203122cea21e3d7c151494c;hp=9e4025bf1c814101a524a5f992176d47e9b9876d;hpb=35c3de4cc2d4c307a9277de3909de1d39aa64c60;p=flightgear.git diff --git a/Tri2obj/Makefile b/Tri2obj/Makefile index 9e4025bf1..87ddbbd49 100644 --- a/Tri2obj/Makefile +++ b/Tri2obj/Makefile @@ -33,7 +33,7 @@ OFILES = $(CFILES:.c=.o) include ../make.inc -CFLAGS = $(FG_CFLAGS) -g +CFLAGS = $(FG_CFLAGS) -O3 -fomit-frame-pointer -funroll-all-loops -ffast-math #--------------------------------------------------------------------------- @@ -66,6 +66,9 @@ tri2obj.o: tri2obj.c #--------------------------------------------------------------------------- # $Log$ +# Revision 1.3 1997/12/02 13:13:32 curt +# Fixed problem with averaged vertex normals. +# # Revision 1.2 1997/11/14 00:29:13 curt # Transform scenery coordinates at this point in pipeline when scenery is # being translated to .obj format, not when it is being loaded into the end