[ViennaCL-devel] Compiler Flags

2014-07-10 Thread Matthew Musto
Sending this from my phone, so please excuse the formatting :) The message is embedded below. -- Forwarded message -- From: "Musto, Matthew" Date: Jul 10, 2014 10:24 AM Subject: To: "[email protected]" Cc: Hi Karli, Thank you for the quick reply to my random late night

Re: [ViennaCL-devel] Compiler Flags

2014-07-10 Thread Karl Rupp
Hi Matt, > This is more of a curiosity question than anything else. When I > compiled the latest build of ViennaCL this evening, I modified the CMake > GUI such that the release flags for CXX and C looked as follows: > > /MD /GL /Ot /MP /O2 /Ob2 /D NDEBUG > > Specifically, I added /GL /Ot /MP fo

[ViennaCL-devel] Compiler Flags

2014-07-09 Thread Matthew Musto
This is more of a curiosity question than anything else. When I compiled the latest build of ViennaCL this evening, I modified the CMake GUI such that the release flags for CXX and C looked as follows: /MD /GL /Ot /MP /O2 /Ob2 /D NDEBUG Specifically, I added /GL /Ot /MP for global optimization,