d94f1acf91
Fyre is a tool for producing computational artwork based on histograms of iterated chaotic functions. At the moment, it implements the Peter de Jong map in a fixed-function pipeline with an interactive GTK+ frontend and a command line interface for easy and efficient rendering of high-resolution, high quality images. help and ok steven@
13 lines
311 B
Plaintext
13 lines
311 B
Plaintext
$OpenBSD: patch-configure,v 1.1.1.1 2007/05/21 14:24:06 jasper Exp $
|
|
--- configure.orig Wed Sep 6 02:02:18 2006
|
|
+++ configure Fri May 18 13:27:43 2007
|
|
@@ -6517,7 +6517,7 @@ fi
|
|
if test "x$CC" = "xicc"; then
|
|
CFLAGS="$CFLAGS -O3"
|
|
else
|
|
- CFLAGS="$CFLAGS -O3 -ffast-math"
|
|
+ CFLAGS="$CFLAGS -ffast-math"
|
|
fi
|
|
|
|
|