Skip to content

Commit 0be1e80

Browse files
committed
Cleanup
1 parent 138bb42 commit 0be1e80

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

setup.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ def run(self) -> None:
321321
endian_macro = [("__LITTLE_ENDIAN__", "1")]
322322

323323

324-
extra_compile_args = ["-DCYTHON_USE_TYPE_SPECS=1"]
324+
extra_compile_args = []
325325
extra_link_args = []
326326
if is_platform_windows():
327327
if debugging_symbols_requested:
@@ -569,9 +569,6 @@ def srcpath(name=None, suffix=".pyx", subdir="src"):
569569
extra_compile_args.append("-qlanglvl=extended0x:nolibext")
570570
undef_macros.append("_POSIX_THREADS")
571571

572-
print("-" * 80)
573-
print(extra_compile_args)
574-
print("-" * 80)
575572
obj = Extension(
576573
f"pandas.{name}",
577574
sources=sources,

0 commit comments

Comments
 (0)