From a34f930a79a0c626706a5f7532d8f692446d3c35 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Sat, 26 Jun 2010 23:06:47 -0700 Subject: uhd: removed hackery to set performance flags, use release mode. The correct optimization flags are added when the build type is set to release. Made a change to set built type to release if not specified, and added build guide notes. For MSVC, one must set release mode from the visual studio IDE. --- host/docs/build.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'host/docs') diff --git a/host/docs/build.rst b/host/docs/build.rst index f5a8dac8d..a00cefabd 100644 --- a/host/docs/build.rst +++ b/host/docs/build.rst @@ -138,6 +138,7 @@ Generate the project with cmake Build the project in MSVC ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * Open the generated project file in MSVC. +* Change the build type from "Debug" to "Release". * Select the build all target, right click, and choose build. * Select the install target, right click, and choose build. -- cgit v1.2.3