Skip to content
Snippets Groups Projects
Commit e3eeb497 authored by Isaak Lim's avatar Isaak Lim
Browse files

always set cmake build type

parent 82376926
Branches
Tags
No related merge requests found
Pipeline #
......@@ -60,7 +60,6 @@ class CMakeBuild(build_ext):
if sys.maxsize > 2**32:
cmake_args += ['-A', 'x64']
build_args += ['--', '/m']
else:
cmake_args += ['-DCMAKE_BUILD_TYPE=' + cfg]
env = os.environ.copy()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment