Skip to content

Commit

Permalink
fix: compatibility with Ubuntu 22 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasrothenberger committed Nov 5, 2024
1 parent 2d3e54b commit a14b9fb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions rtlib/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
set(DiscoPoP_SOURCES
runtimeFunctions.cpp
runtimeFunctionsGlobals.cpp

memory/MemoryManager.cpp
memory/Signature.cpp

Expand All @@ -24,7 +24,7 @@ set(DiscoPoP_SOURCES
calltree/DependencyMetadata.cpp
calltree/MetaDataQueueElement.cpp
calltree/utils.cpp

injected_functions/dp_add_bb_deps.cpp
injected_functions/dp_alloca.cpp
injected_functions/dp_call.cpp
Expand All @@ -47,7 +47,7 @@ set(DiscoPoP_SOURCES
)

set(CMAKE_CXX_FLAGS
"-O2 -std=c++17 -pthread -fno-rtti -fPIE -fPIC -ffreestanding")
"-O2 -std=c++17 -pthread -fno-rtti -fPIE -fPIC")

# add_custom_target(DiscoPoP)

Expand Down Expand Up @@ -119,4 +119,4 @@ install(TARGETS DiscoPoP_RT ARCHIVE DESTINATION lib)
# compile simple-alias-detection
#exec_program(${CMAKE_CURRENT_SOURCE_DIR}/simple-alias-detection/compile.sh
# ARGS ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_BINARY_DIR}
#)
#)

0 comments on commit a14b9fb

Please sign in to comment.