Skip to content

Commit 3e88759

Browse files
committed
[NFC] Remove 'CMAKE_VERBOSE_MAKEFILE' var
Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 8c68412 commit 3e88759

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def build_extension(self):
7070
f"-DUSE_IPEX={int(self.use_ipex)}",
7171
"-DCMAKE_INSTALL_PREFIX=" + self.extdir,
7272
"-DPython3_ROOT_DIR:FILEPATH=" + sys.exec_prefix,
73-
"-DCMAKE_VERBOSE_MAKEFILE=TRUE",
7473
"-DCMAKE_C_COMPILER=icx",
7574
"-DCMAKE_CXX_COMPILER=icpx",
7675
"-DCMAKE_BUILD_TYPE=" + self.build_type,

0 commit comments

Comments
 (0)