Skip to content

Commit

Permalink
Remove unneeded comments in DyninstOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Dec 22, 2022
1 parent 0b0cce3 commit 5c0c299
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions cmake/DyninstOptions.cmake
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
# Use OpenMP?
option(USE_OpenMP "Use OpenMP for parallel parsing" ON)

# Use SymtabAPI or SymLite?
option(
LIGHTWEIGHT_SYMTAB
"Use lightweight symtab interface for ParseAPI, ProcControl, and Stackwalker; disables DyninstAPI build"
OFF)

# Use ParseAPI analysis in Stackwalker?
option(SW_ANALYSIS_STEPPER "Use ParseAPI-based analysis stepper in Stackwalker" ON)

option(BUILD_RTLIB_32 "Build 32-bit runtime library on mixed 32/64 systems" OFF)
Expand All @@ -26,5 +23,3 @@ endif()
if(SW_ANALYSIS_STEPPER)
add_definitions(-DUSE_PARSE_API)
endif()

message(STATUS "Options set")

0 comments on commit 5c0c299

Please sign in to comment.