Skip to content

Commit af59981

Browse files
committed
compile with src symbols
1 parent 9314286 commit af59981

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# add debug symbols
2+
add_compile_options("-g")
3+
set(CMAKE_STRIP "/usr/bin/true")
4+
15
cmake_minimum_required(VERSION 3.14) # for add_link_options and implicit target directories.
26
project("llama.cpp" C CXX)
37
include(CheckIncludeFileCXX)

0 commit comments

Comments
 (0)