Skip to content

Commit

Permalink
setup: debug
Browse files Browse the repository at this point in the history
  • Loading branch information
YoSTEALTH committed Feb 2, 2024
1 parent 05ad392 commit ebe372a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Options.annotate = True # generate `*.html` file for debugging & optimization purposes.
# compile_args = ['Oz', 'g0']
# else:
Options.fast_fail = True
Options.fast_fail = False
Options.annotate = False
# compile_args = ['O3', 'g0']

Expand All @@ -46,10 +46,7 @@
# TODO: see if this will include "includes" folder!
# cython_include_dirs=['liburing/includes'],
# note: commenting bellow will make liburing compile from `/usr/lib/`

# libraries=[package[3:]], # remove `lib` part.
libraries=[package], # remove `lib` part.

libraries=[package[3:]], # remove `lib` part.
library_dirs=[src_path],
extra_compile_args=compile_args)]
# configure custom C liburing install
Expand Down

0 comments on commit ebe372a

Please sign in to comment.