99c1dd812437f18a1f95f5b4bb180f76a130c8b0
When CMAKE_BUILD_TYPE is Debug and we are compiling with GCC, add the following options to CMAKE_C_FLAGS and CMAKE_CXX_FLAGS: -O0 -fno-omit-frame-pointer -fno-inline Ditto for Clang, except that -fno-inline-functions is used instead of -fno-inline. cf. thread starting at https://sourceforge.net/p/flightgear/mailman/message/36295412/
SimGear - Simulator Construction Tools ====================================== http://www.flightgear.org SimGear is a set of open-source libraries designed to be used as building blocks for quickly assembling 3d simulations, games, and visualization applications. SimGear is developed by the FlightGear project and also provides the base for the FlightGear Flight Simulator. Source code for SimGear is released under the GNU Library General Public License (LGPL) - see COPYING for license details. See INSTALL file for help on building SimGear.
Description
Languages
C++
85.5%
C
13.1%
CMake
1.4%