##// END OF EJS Templates
remove nonfunctional `-la` short arg in cython magic...
MinRK -
Show More
@@ -132,7 +132,7 b' class CythonMagics(Magics):'
132 "Extension flag (can be specified multiple times)."
132 "Extension flag (can be specified multiple times)."
133 )
133 )
134 @magic_arguments.argument(
134 @magic_arguments.argument(
135 '-la', '--link-args', action='append', default=[],
135 '--link-args', action='append', default=[],
136 help="Extra flags to pass to linker via the `extra_link_args` "
136 help="Extra flags to pass to linker via the `extra_link_args` "
137 "Extension flag (can be specified multiple times)."
137 "Extension flag (can be specified multiple times)."
138 )
138 )
General Comments 0
You need to be logged in to leave comments. Login now