From: Peter Åstrand Date: Mon, 7 Jan 2013 09:59:00 +0000 (+0000) Subject: Hint about building FLTK with -DCMAKE_BUILD_TYPE=Release. X-Git-Tag: v1.2.90~62 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=fc3e86ebd7eba12f4d53418dc2b56d5683471650;p=tigervnc.git Hint about building FLTK with -DCMAKE_BUILD_TYPE=Release. git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@5023 3789f03b-4d11-0410-bbf8-ca57d06f2519 --- diff --git a/BUILDING.txt b/BUILDING.txt index 6d6ccd08..3b1845af 100644 --- a/BUILDING.txt +++ b/BUILDING.txt @@ -140,6 +140,8 @@ $ patch -p1 < fltk-1_v2.3.x-multihead.patch 3. Use CMake to build FLTK using the same procedures described below for building TigerVNC. The recipes in the "Build Recipes" section also apply. + If you want optimized code, make sure to build with + -DCMAKE_BUILD_TYPE=Release. 4. (optional) Use 'make install' to install FLTK into a directory of your choosing.