Skip to content

Commit 64876cf

Browse files
authored
Merge pull request #4964 from tonhuisman/feature/Build-allow-feature_servo-for-custom-limit_build_size
[Build] Allow FEATURE_SERVO for Custom builds with LIMIT_BUILD_SIZE set
2 parents 4873c50 + 64de5a0 commit 64876cf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/src/CustomBuild/define_plugin_sets.h

+2
Original file line numberDiff line numberDiff line change
@@ -2568,10 +2568,12 @@ To create/register a plugin, you have to :
25682568
#endif
25692569
#define FEATURE_SETTINGS_ARCHIVE 0
25702570

2571+
#ifndef PLUGIN_BUILD_CUSTOM
25712572
#ifdef FEATURE_SERVO
25722573
#undef FEATURE_SERVO
25732574
#endif
25742575
#define FEATURE_SERVO 0
2576+
#endif
25752577
#ifdef FEATURE_RTTTL
25762578
#undef FEATURE_RTTTL
25772579
#endif

0 commit comments

Comments
 (0)