8000 ci: add debug build to dev makefile · ducky777/llama-cpp-python@f57b01a · GitHub
[go: up one dir, main page]

Skip to content

Commit f57b01a

Browse files
committed
ci: add debug build to dev makefile
1 parent 04fe33b commit f57b01a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ deps:
1212
build:
1313
python3 -m pip install --verbose -e .
1414

15+
build.debug:
16+
CMAKE_ARGS="-DCMAKE_BUILD_TYPE=Debug" python3 -m pip install --verbose --config-settings=cmake.verbose=true --config-settings=logging.level=INFO --config-settings=install.strip=false --editable .
17+
1518
build.cuda:
1619
CMAKE_ARGS="-DLLAMA_CUBLAS=on" python3 -m pip install --verbose -e .
1720

0 commit comments

Comments
 (0)
0