mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2026-08-03 05:02:16 +00:00
Package building: compile with debug symbols for deb purposes
This commit is contained in:
parent
070458d302
commit
6d6ebffeae
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ sed -i -e '/find_package(FLTK/s@^@#@' \
|
|||
-e '/add_subdirectory(tests/s@^@#@' \
|
||||
CMakeLists.txt
|
||||
|
||||
cmake .
|
||||
cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo .
|
||||
make -j5
|
||||
|
||||
tar -C unix/xserver -xvf /tmp/xorg-server-${XORG_VER}.tar.bz2 --strip-components=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue