Skip to content

Commit

Permalink
Use several optimization flags in cython.001
Browse files Browse the repository at this point in the history
  • Loading branch information
althonos committed Apr 16, 2021
1 parent 079a26c commit ec42c79
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cython.001.fopen/gc.pyx
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# cython: boundscheck=False, wraparound=False, initializedcheck=False, cdivision=True

from libc.stdio cimport fopen, fgets, fclose, FILE
from libc.stdint cimport uint64_t

Expand Down

0 comments on commit ec42c79

Please sign in to comment.