mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Drop nedmalloc which is apparently not used anymore
This commit is contained in:
parent
292132ef6b
commit
f63bf12193
14 changed files with 2 additions and 8003 deletions
|
|
@ -25,20 +25,11 @@ def get_opts():
|
|||
def get_flags():
|
||||
|
||||
return [
|
||||
('lua', 'no'),
|
||||
('tools', 'no'),
|
||||
('nedmalloc', 'no'),
|
||||
('theora', 'no'),
|
||||
('tools', 'no'),
|
||||
('nedmalloc', 'no'),
|
||||
('musepack', 'no'),
|
||||
('squirrel', 'no'),
|
||||
('squish', 'no'),
|
||||
('old_scenes', 'no'),
|
||||
('etc1', 'no'),
|
||||
# ('default_gui_theme', 'no'),
|
||||
|
||||
#('builtin_zlib', 'no'),
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue