mirror of
https://github.com/azaion/annotations.git
synced 2026-04-22 11:26:31 +00:00
make python app load a bit eariler, making startup a bit faster
This commit is contained in:
@@ -5,6 +5,8 @@ import numpy as np
|
||||
extensions = [
|
||||
Extension('constants', ['constants.pyx']),
|
||||
Extension('annotation', ['annotation.pyx']),
|
||||
Extension('credentials', ['credentials.pyx']),
|
||||
Extension('file_data', ['file_data.pyx']),
|
||||
Extension('security', ['security.pyx']),
|
||||
Extension('hardware_service', ['hardware_service.pyx'], extra_compile_args=["-g"], extra_link_args=["-g"]),
|
||||
Extension('remote_command', ['remote_command.pyx']),
|
||||
|
||||
Reference in New Issue
Block a user