ce68baa
--- libtomcrypt-1.17.orig/makefile.shared	2007-05-12 08:46:25.000000000 -0600
ce68baa
+++ libtomcrypt-1.17/makefile.shared	2007-06-27 21:56:29.000000000 -0600
ce68baa
@@ -29,10 +29,12 @@
ce68baa
 ifndef IGNORE_SPEED
ce68baa
 
ce68baa
 # optimize for SPEED
ce68baa
-CFLAGS += -O3 -funroll-loops
ce68baa
+#   removed for building in Fedora
ce68baa
+#CFLAGS += -O3 -funroll-loops
ce68baa
 
ce68baa
 # add -fomit-frame-pointer.  hinders debugging!
ce68baa
-CFLAGS += -fomit-frame-pointer
ce68baa
+#   removed for building in Fedora
ce68baa
+#CFLAGS += -fomit-frame-pointer
ce68baa
 
ce68baa
 # optimize for SIZE
ce68baa
 #CFLAGS += -Os -DLTC_SMALL_CODE