mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +01:00
Package building: compile with debug symbols for deb purposes
This commit is contained in:
parent
070458d302
commit
6d6ebffeae
@ -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…
Reference in New Issue
Block a user