From fc3e86ebd7eba12f4d53418dc2b56d5683471650 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Mon, 7 Jan 2013 09:59:00 +0000 Subject: [PATCH] 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 --- BUILDING.txt | 2 ++ 1 file changed, 2 insertions(+) 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. -- 2.39.5