mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
fix verbose usage again
This commit is contained in:
parent
b3f6350353
commit
148fb36273
3
setup.py
3
setup.py
@ -86,7 +86,8 @@ class CMakeBuild(build_ext):
|
||||
|
||||
# If this is a CI build, make sure not to use any advanced CPU features
|
||||
if bool(os.environ.get('CI', False)):
|
||||
cmake_args += ['-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON', '-DCMAKE_CXX_FLAGS=-mtune=x86_64']
|
||||
cmake_args += ['-DCMAKE_CXX_FLAGS=-mtune=x86_64']
|
||||
build_args += ['-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON']
|
||||
|
||||
# Set CMAKE_BUILD_PARALLEL_LEVEL to control the parallel build level
|
||||
# across all generators.
|
||||
|
Loading…
Reference in New Issue
Block a user