included suggested changes, ./tests/launch-*.ispc still fails. something is mask64 related, not sure what. help...
This commit is contained in:
@@ -75,7 +75,7 @@ if not os.path.exists(ispc_exe):
|
||||
sys.stderr.write("Fatal error: missing ispc compiler: %s\n" % ispc_exe)
|
||||
sys.exit()
|
||||
|
||||
ispc_exe += " " + options.ispc_flags
|
||||
ispc_exe += " -g " + options.ispc_flags
|
||||
|
||||
if __name__ == '__main__':
|
||||
sys.stdout.write("ispc compiler: %s\n" % ispc_exe)
|
||||
|
||||
Reference in New Issue
Block a user