Add an important build note.
This commit is contained in:
parent
13cf4600c7
commit
b78684b6dd
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue