mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-05-19 23:10:27 -04:00
Set default build type to RelWithDebInfo.
This commit is contained in:
parent
2fcc369c41
commit
47b7befd2f
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@
|
|||
# You should have received a copy of the GNU General Public License
|
||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
if(NOT CMAKE_BUILD_TYPE)
|
||||
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING
|
||||
"Choose the type of build, options are: None Debug Release RelWithDebInfo Debug Debugfull Profile MinSizeRel."
|
||||
FORCE)
|
||||
endif()
|
||||
|
||||
project(KeePassX)
|
||||
|
||||
cmake_minimum_required(VERSION 2.6.4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue