remove extra_compile_args
This commit is contained in:
parent
33869a746b
commit
85f1ca8003
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -71,7 +71,6 @@ cchardet_module = Extension("cchardet._cchardet",
|
||||||
include_dirs = [uchardet_dir,nspr_emu_dir,charsetdetect_dir],
|
include_dirs = [uchardet_dir,nspr_emu_dir,charsetdetect_dir],
|
||||||
language = "c++",
|
language = "c++",
|
||||||
define_macros=macros,
|
define_macros=macros,
|
||||||
extra_compile_args = ["-O3", "-Wall"],
|
|
||||||
)
|
)
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
Loading…
Reference in a new issue