mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-23 08:41:11 -06:00
Tame the Shiny profiler. Make it switchable with define SLIC3R_PROFILE.
This commit is contained in:
parent
3d47c52b47
commit
9772584d78
17 changed files with 27 additions and 89 deletions
|
@ -28,8 +28,6 @@ THE SOFTWARE.
|
|||
#include "ShinyData.h"
|
||||
#include "ShinyTools.h"
|
||||
|
||||
#if SHINY_IS_COMPILED == TRUE
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
@ -132,6 +130,4 @@ void ShinyNode_enumerateNodes(const ShinyNode* a_node, T* a_this, void (T::*a_fu
|
|||
}
|
||||
#endif /* __cplusplus */
|
||||
|
||||
#endif /* if SHINY_IS_COMPILED == TRUE */
|
||||
|
||||
#endif /* SHINY_NODE_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue