mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Remove -O3 optimization from CFLAGS
PR: ports/85608 Submitted by: maintainer
This commit is contained in:
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
|
@ -7,6 +7,7 @@
|
|||
|
||||
PORTNAME= libtommath
|
||||
PORTVERSION= 0.36
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= math
|
||||
MASTER_SITES= http://math.libtomcrypt.org/files/
|
||||
DISTNAME= ltm-${PORTVERSION}
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue