diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2021-07-03 10:32:34 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2021-07-03 10:32:34 +0200 |
| commit | 501a4a8956e75596fdcb12820169a2072c75bc64 (patch) | |
| tree | 7895254419083c8fa7633acb88af86f61fd2204f | |
| parent | bb4c06f107b6fe4b86e3cbf3382b5d84387ca372 (diff) | |
| download | box64-501a4a8956e75596fdcb12820169a2072c75bc64.tar.gz box64-501a4a8956e75596fdcb12820169a2072c75bc64.zip | |
Made elf LOADADDR default again
| -rwxr-xr-x | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e844784..891f8889 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,7 @@ option(RK3326 "Set to ON if targeting an Rockchip RK3326 based device" ${RK3326} option(RK3399 "Set to ON if targeting an Rockchip RK3399 based device" ${RK3399}) option(USE_CCACHE "Set to ON to use ccache if present in the system" ${USE_CCACHE}) option(HAVE_TRACE "Set to ON to have Trace ability (needs ZydisInfo library)" ${HAVE_TRACE}) -option(NOLOADADDR "Set to ON to avoid fixing the load address of Box64" ON) +option(NOLOADADDR "Set to ON to avoid fixing the load address of Box64" OFF) option(NOGIT "Set to ON if not building from a git clone repo (like when building from a zip download from github)" ${NOGIT}) if(RK3399 OR RPI4ARM64 OR RK3326) set(LD80BITS OFF CACHE BOOL "") |