mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-02 21:11:25 +12:00
Enable ASLR
This commit is contained in:
parent
68e7f4e820
commit
e2df71d87c
8 changed files with 84 additions and 69 deletions
|
@ -3,6 +3,7 @@ cmake_minimum_required(VERSION 3.28)
|
|||
project(rpcs3 LANGUAGES C CXX)
|
||||
|
||||
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
|
||||
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
if(CMAKE_CXX_COMPILER_VERSION VERSION_LESS 11)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue