aboutsummaryrefslogtreecommitdiff
path: root/editors/imhex/files/patch-CMakeLists.txt
blob: 210b207d04480173776e46941edf64452f4f8c8b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- CMakeLists.txt.orig	2022-11-14 09:07:21 UTC
+++ CMakeLists.txt
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.20)
 # Options
 option(IMHEX_USE_BUNDLED_CA "Use the CA bundle in romfs instead of the system one" OFF)
 option(IMHEX_PLUGINS_IN_SHARE "Put the plugins in share/imhex/plugins instead of lib[..]/imhex/plugins" OFF)
-option(IMHEX_STRIP_RELEASE "Strip the release builds" ON)
+option(IMHEX_STRIP_RELEASE "Strip the release builds" OFF)
 option(IMHEX_OFFLINE_BUILD "Enable offline build" OFF)
 option(IMHEX_IGNORE_BAD_CLONE "Disable the bad clone prevention checks" OFF)
 option(IMHEX_PATTERNS_PULL_MASTER "Download latest files from master branch of the ImHex-Patterns repo" OFF)
@@ -23,8 +23,6 @@ project(imhex VERSION ${IMHEX_VERSION})
 
 # Make sure project is configured correctly
 setDefaultBuiltTypeIfUnset()
-detectBadClone()
-verifyCompiler()
 
 # List plugin names here. Project name must match folder name
 set(PLUGINS