Package building: compile with debug symbols for deb purposes

This commit is contained in:
Dmitry Maksyoma 2021-01-28 22:45:36 +13:00
parent 070458d302
commit 6d6ebffeae

View File

@ -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