Skip to content
Permalink
Browse files
Fix a typo in CmakeLists.txt
  • Loading branch information
0xAX authored and grooverdan committed Jan 2, 2023
1 parent 84539f6 commit fd6f19d
Showing 1 changed file with 1 addition and 1 deletion.
@@ -247,7 +247,7 @@ IF (WITH_MSAN)
MY_CHECK_AND_SET_COMPILER_FLAG("-fsanitize=memory -fsanitize-memory-track-origins -U_FORTIFY_SOURCE" DEBUG RELWITHDEBINFO)
ENDIF()

OPTION(WITH_GPROF "Enable profilingg with gprof" OFF)
OPTION(WITH_GPROF "Enable profiling with gprof" OFF)
IF (WITH_GPROF)
MY_CHECK_AND_SET_COMPILER_FLAG("-pg -g -no-pie -fPIC")
ENDIF()

0 comments on commit fd6f19d

Please sign in to comment.