From b78684b6ddfa90c0e3224fd5bcf5de63e6a45a53 Mon Sep 17 00:00:00 2001 From: curt Date: Mon, 31 Oct 2005 18:47:46 +0000 Subject: [PATCH] Add an important build note. --- src/Lib/TriangleJRS/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Lib/TriangleJRS/Makefile.am b/src/Lib/TriangleJRS/Makefile.am index 2d4a2575..93a4f4a0 100644 --- a/src/Lib/TriangleJRS/Makefile.am +++ b/src/Lib/TriangleJRS/Makefile.am @@ -8,6 +8,12 @@ # An example DEFS line is: # # CPPFLAGS = -DTRILIBRARY -DREDUCED -DCDT_ONLY +# +# WARNING: I have had some problems compiling with -O2 (gcc) leading to +# segfaults. This problem seems to go away when I compile without -O2. +# This usually indicates some sort of bug in the source code (*very* rarely +# is it a compiler optimization bug) however this is not my code ... +# AM_CFLAGS = -DTRILIBRARY