diff options
author | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 14:42:08 +0000 |
---|---|---|
committer | Sergey Matveychuk <sem@FreeBSD.org> | 2005-09-02 14:42:08 +0000 |
commit | 231f070d126b6714e06c0a7c8d16f01a3f3f943e (patch) | |
tree | b7c474f84a83d4331d79ad8430eb2cc4a3c58098 /math/libtommath/files/patch-makefile | |
parent | Update to 1.56 (diff) |
- Remove -O3 optimization from CFLAGS
PR: ports/85608
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=141799
Diffstat (limited to 'math/libtommath/files/patch-makefile')
-rw-r--r-- | math/libtommath/files/patch-makefile | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/math/libtommath/files/patch-makefile b/math/libtommath/files/patch-makefile index d1fe13056fce..e7b8edc00a88 100644 --- a/math/libtommath/files/patch-makefile +++ b/math/libtommath/files/patch-makefile @@ -1,5 +1,14 @@ ---- makefile.orig Fri Aug 5 09:34:54 2005 -+++ makefile Fri Aug 5 09:36:36 2005 +--- makefile.orig Mon Aug 1 12:34:44 2005 ++++ makefile Wed Aug 31 15:19:42 2005 +@@ -10,7 +10,7 @@ + ifndef IGNORE_SPEED + + #for speed +-CFLAGS += -O3 -funroll-loops ++CFLAGS += -funroll-loops + + #for size + #CFLAGS += -Os @@ -48,9 +48,9 @@ #INCPATH-The directory to install the header files for libtommath. #DATAPATH-The directory to install the pdf docs. |