Skip to content
Snippets Groups Projects
Commit b349749e authored by Stephan Seitz's avatar Stephan Seitz
Browse files

Use generate_shared_object in main of codegen.py

parent c5a35d60
Branches
Tags
No related merge requests found
Pipeline #22306 failed with stage
in 2 minutes and 9 seconds
......@@ -268,8 +268,8 @@ def main():
parser.add_argument('--source-files', default=None)
args = parser.parse_args()
# generate_shared_object(args.output_folder, args.source_files, show_code=True)
compile_shared_object(args.output_folder, args.source_files)
generate_shared_object(args.output_folder, args.source_files, show_code=True)
# compile_shared_object(args.output_folder, args.source_files)
if __name__ == '__main__':
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment