Map file is only generated with debug flag now

This commit is contained in:
luboslenco 2019-02-03 22:39:16 +01:00
parent bdd6540b07
commit f2f4f908be

View file

@ -514,10 +514,6 @@ def build_success():
proc.wait()
if target_name == 'krom':
# Clean up
mapfile = files_path + '/krom.js.temp.map'
if os.path.exists(mapfile):
os.remove(mapfile)
# Copy Krom binaries
if state.target == 'krom-windows':
gapi = state.export_gapi