diff options
author | 2018-05-03 19:30:24 +0000 | |
---|---|---|
committer | 2018-05-03 19:30:24 +0000 | |
commit | f857d267f5af3d95c6e0fdf010e3241b721467bb (patch) | |
tree | 16548bb2c23bbc6810f7ed7a1055d2d7e32a39d7 /scripts | |
parent | e54e6ee3d6ee8d76564757fa3d43edfe5737cff3 (diff) |
rm dead code (nw)
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/genie.lua | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index df332596cba..0a97e0fc977 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -414,14 +414,6 @@ if not _OPTIONS["BIGENDIAN"] then _OPTIONS["BIGENDIAN"] = "0" end -if not _OPTIONS["NOASM"] then - if _OPTIONS["targetos"]=="emscripten" then - _OPTIONS["NOASM"] = "1" - else - _OPTIONS["NOASM"] = "0" - end -end - if _OPTIONS["NOASM"]=="1" and not _OPTIONS["FORCE_DRC_C_BACKEND"] then _OPTIONS["FORCE_DRC_C_BACKEND"] = "1" end |