Fix of compilation on Linux. Disable hopefully finally the Shiny profiler.

This commit is contained in:
bubnikv 2016-10-17 10:33:23 +02:00
parent 52dc18e350
commit 6f4a04c2d7
2 changed files with 3 additions and 1 deletions

View file

@ -32,6 +32,8 @@ THE SOFTWARE.
*/
#if defined(SLIC3R_PROFILE) && defined(WIN32)
#define SHINY_IS_COMPILED TRUE
#else
#define SHINY_IS_COMPILED FALSE
#endif
#define SHINY_STATIC_LINK TRUE