mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
Make native-bluetooth
a default feature (#30097)
This features is turned on unconditionally by `./mach build`.
This commit is contained in:
parent
1d79f5dad2
commit
78c7011240
4 changed files with 3 additions and 5 deletions
|
@ -900,8 +900,6 @@ class CommandBase(object):
|
|||
if self.config["build"]["debug-mozjs"] or debug_mozjs:
|
||||
features.append("debugmozjs")
|
||||
|
||||
features.append("native-bluetooth")
|
||||
|
||||
if with_frame_pointer:
|
||||
env['RUSTFLAGS'] = env.get('RUSTFLAGS', "") + " -C force-frame-pointers=yes"
|
||||
features.append("profilemozjs")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue