From 5902fb7028ff7951603089625bb3579742a79a1d Mon Sep 17 00:00:00 2001 From: Lars Toenning Date: Tue, 19 Feb 2019 19:52:04 +0100 Subject: [PATCH] Activating flightgear build --- src/blackconfig/buildconfig.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/blackconfig/buildconfig.cpp b/src/blackconfig/buildconfig.cpp index c70d1c5f1..a785164a4 100644 --- a/src/blackconfig/buildconfig.cpp +++ b/src/blackconfig/buildconfig.cpp @@ -256,7 +256,7 @@ namespace BlackConfig { // for testing set to "true", never commit with TRUE before FG is completed // this will be removed when FG is fully productive - return false; // && isLocalDeveloperDebugBuild(); + return true; // && isLocalDeveloperDebugBuild(); } } // ns