From ac85f869c411092c9acd53d95c5799c19778d42c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=90=E8=89=BA=E4=B8=B9?= <53546877+Craven1701@users.noreply.github.com> Date: Wed, 6 Aug 2025 14:46:53 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=AF=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=BC=96=E8=AF=91=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- omniadvisor/src/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/omniadvisor/src/setup.py b/omniadvisor/src/setup.py index 18ae835f9d..72a7c52d80 100644 --- a/omniadvisor/src/setup.py +++ b/omniadvisor/src/setup.py @@ -10,7 +10,7 @@ from Cython.Build import cythonize from setuptools import setup, Extension, find_packages # 要编译成 .pyc的文件(几个入口文件) -pyc_files = ['__init__.py', 'init.py', 'hijack.py', 'tuning.py'] +pyc_files = ['__init__.py', 'init.py', 'hijack.py', 'tuning.py', 'version.py'] sysconfig.get_config_vars()['CCSHARED'] = '-O2 -pipe -Wall -Wtrampolines -D_FORTIFY_SOURCE=2 -O2 -fPIC ' \ '-finline-functions -fstack-protector-strong ' \ -- Gitee