[Apache TVM Discuss] [Questions] Export so file with safety complie options

2022-02-24 Thread leeexyz via Apache TVM Discuss
Ref: `python/tvm/runtime/module.py:export_library` You can specify the extra `options` when exporting the library, like: `mod.export_library(file_name, options=["opt1", "opt2"])` --- [Visit Topic](https://discuss.tvm.apache.org/t/export-so-file-with-safety-complie-options/12162/2) to res

[Apache TVM Discuss] [Questions] Export so file with safety complie options

2022-02-24 Thread Hao Cheng via Apache TVM Discuss
Following the tutorial, I built the so file with tvm stack. But the so file seems to be a debug version, as following ``` file updated.so updated.so: ELF 64-bit LSB shared object, ARM aarch64, version 1 (SYSV), dynamically linked, with debug_info, not stripped ``` is there any solution to a