Skip to content
This repository has been archived by the owner on May 7, 2024. It is now read-only.

Commit

Permalink
etc/autobuild/ab3_defcfg: set cmake build type to RelWithDebInfo
Browse files Browse the repository at this point in the history
As now we require ELF files inside a package to contain debug info to
strip to debug symbol packages, set cmake build type to RelWithDebInfo
to let CMake insert -g to generate debug info.

Signed-off-by: Icenowy Zheng <[email protected]>
  • Loading branch information
Icenowy committed Oct 3, 2021
1 parent 9557c95 commit c1c9b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion etc/autobuild/ab3_defcfg.sh
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ AUTOTOOLS_DEF="""
"""
CMAKE_DEF="""
-DCMAKE_INSTALL_PREFIX=$PREFIX
-DCMAKE_BUILD_TYPE=Release
-DCMAKE_BUILD_TYPE=RelWithDebInfo
-DCMAKE_INSTALL_LIBDIR=lib
-DLIB_INSTALL_DIR=lib
-DSYSCONF_INSTALL_DIR=$SYSCONF
Expand Down

0 comments on commit c1c9b87

Please sign in to comment.