- Remove -O3 optimization from CFLAGS

PR:		ports/85608
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2005-09-02 14:42:08 +00:00
parent 8abc186df7
commit 231f070d12
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=141799
2 changed files with 12 additions and 2 deletions

View file

@ -7,6 +7,7 @@
PORTNAME= libtommath
PORTVERSION= 0.36
PORTREVISION= 1
CATEGORIES= math
MASTER_SITES= http://math.libtomcrypt.org/files/
DISTNAME= ltm-${PORTVERSION}

View file

@ -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.