1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Drop nedmalloc which is apparently not used anymore

This commit is contained in:
Rémi Verschelde
2016-10-14 18:21:23 +02:00
parent 292132ef6b
commit f63bf12193
14 changed files with 2 additions and 8003 deletions

View File

@@ -32,9 +32,7 @@ def get_opts():
def get_flags():
return [
('lua', 'no'),
('tools', 'no'),
('nedmalloc', 'no'),
('theora', 'no'),
]