File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -286,10 +286,10 @@ target_link_options(kphp2cpp PRIVATE ${NO_PIE})
286286set_target_properties (kphp2cpp PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${BIN_DIR} )
287287
288288# todo make as option, like asan
289- target_compile_options (kphp2cpp PUBLIC "-fsanitize=thread" "-fPIC" )
290- target_compile_options (kphp2cpp_src PUBLIC "-fsanitize=thread" "-fPIC" )
291- target_link_options (kphp2cpp PUBLIC "-fsanitize=thread" "-fPIC" )
292- target_link_options (kphp2cpp_src PUBLIC "-fsanitize=thread" "-fPIC" )
289+ # target_compile_options(kphp2cpp PUBLIC "-fsanitize=thread" "-fPIC")
290+ # target_compile_options(kphp2cpp_src PUBLIC "-fsanitize=thread" "-fPIC")
291+ # target_link_options(kphp2cpp PUBLIC "-fsanitize=thread" "-fPIC")
292+ # target_link_options(kphp2cpp_src PUBLIC "-fsanitize=thread" "-fPIC")
293293
294294add_dependencies (kphp2cpp_src auto_vertices_generation_target)
295295if (COMPILE_RUNTIME_LIGHT)
You can’t perform that action at this time.
0 commit comments