From 8eac4771a8898868986a26aaed74586e68e8ddc2 Mon Sep 17 00:00:00 2001 From: anwleung Date: Tue, 13 Mar 2007 01:19:03 +0000 Subject: [PATCH] turned some optimizations flags on for crypto stuff git-svn-id: https://ceph.svn.sf.net/svnroot/ceph@1222 29311d96-e01e-0410-9327-a35deaab8ce9 --- branches/aleung/security1/ceph/Makefile | 3 ++- branches/aleung/security1/ceph/crypto/Makefile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/branches/aleung/security1/ceph/Makefile b/branches/aleung/security1/ceph/Makefile index 35c5d0ca0c368..c768a34cd9725 100644 --- a/branches/aleung/security1/ceph/Makefile +++ b/branches/aleung/security1/ceph/Makefile @@ -22,7 +22,8 @@ CFLAGS = -ggdb3 -Wall -I. -D_FILE_OFFSET_BITS=64 -DMPICH_IGNORE_CXX_SEEK -D_REEN LDINC = ar -rc else # For linux -CFLAGS = -ggdb3 -Wall -I. -D_FILE_OFFSET_BITS=64 -DMPICH_IGNORE_CXX_SEEK -D_REENTRANT -D_THREAD_SAFE +CFLAGS = -ggdb3 -Wall -I. -D_FILE_OFFSET_BITS=64 -DMPICH_IGNORE_CXX_SEEK -D_REENTRANT -D_THREAD_SAFE +#CFLAGS = -O3 -Wall -I. -D_FILE_OFFSET_BITS=64 -DMPICH_IGNORE_CXX_SEEK -D_REENTRANT -D_THREAD_SAFE LDINC = ld -i -o endif diff --git a/branches/aleung/security1/ceph/crypto/Makefile b/branches/aleung/security1/ceph/crypto/Makefile index 24f1113669a82..80456f5bf582b 100644 --- a/branches/aleung/security1/ceph/crypto/Makefile +++ b/branches/aleung/security1/ceph/crypto/Makefile @@ -1,7 +1,7 @@ # Makefile for Ceph crypto library CC = g++ -CFLAGS = -g -Wall -I. +CFLAGS = -g -O3 -Wall -I. LIBS = -lpthread -lcryptopp #CRYPTOLIBS = /usr/lib/libcrypto++5.2.so #CRYPTOLIBS = /usr/lib/libcryptopp.a -- 2.39.5