Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-09-04 Thread Gurucharan Shetty
> > Yes, that what I was getting at. > I took a slightly different approach and sent a v2. Have a look. I mainly targeted at the "release" vs "debug" build that I keep hearing often. I do not know all the differences between the two. But I think the v2 is a good start. >> >> > >> > Saurabh _

Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Saurabh Shah
> -Original Message- > From: Gurucharan Shetty [mailto:shet...@nicira.com] > Sent: Thursday, August 28, 2014 12:10 PM > To: Saurabh Shah > Cc: Eitan Eliahu; dev@openvswitch.org; Gurucharan Shetty > Subject: Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimiz

Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Gurucharan Shetty
August 28, 2014 10:54 AM >>> To: Eitan Eliahu >>> Cc: dev@openvswitch.org; Gurucharan Shetty >>> Subject: Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by >>> default. >>> >>> On Thu, Aug 28, 2014 at 10:45 AM, Eitan Eliahu >>>

Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Gurucharan Shetty
rg; Gurucharan Shetty >> Subject: Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by >> default. >> >> On Thu, Aug 28, 2014 at 10:45 AM, Eitan Eliahu >> wrote: >> > >> > Hi Guru, >> > Do we distinguish between Debug and Releas

Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Saurabh Shah
> -Original Message- > From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Gurucharan > Shetty > Sent: Thursday, August 28, 2014 10:54 AM > To: Eitan Eliahu > Cc: dev@openvswitch.org; Gurucharan Shetty > Subject: Re: [ovs-dev] [PATCH 2/2] cccl: Enable com

Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Gurucharan Shetty
vswitch.org] On Behalf Of Gurucharan Shetty > Sent: Thursday, August 28, 2014 9:39 AM > To: dev@openvswitch.org > Cc: Gurucharan Shetty > Subject: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default. > > There is no 1-1 mapping between gcc's compiler optimi

Re: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Eitan Eliahu
...@openvswitch.org] On Behalf Of Gurucharan Shetty Sent: Thursday, August 28, 2014 9:39 AM To: dev@openvswitch.org Cc: Gurucharan Shetty Subject: [ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default. There is no 1-1 mapping between gcc's compiler optimization flags and M

[ovs-dev] [PATCH 2/2] cccl: Enable compiler optimization by default.

2014-08-28 Thread Gurucharan Shetty
There is no 1-1 mapping between gcc's compiler optimization flags and MSVC's optimization flags making the automatic conversions trickier. This commit adds the /O2 option which is the recommended option for fast code. Signed-off-by: Gurucharan Shetty --- build-aux/cccl |2 +- 1 file changed