# File src/ruby_supportlib/phusion_passenger/platform_info/compiler.rb, line 389
    def self.cc_supports_no_tls_direct_seg_refs_option?
      return try_compile("Checking for C compiler '-mno-tls-direct-seg-refs' support",
        :c, '', '-mno-tls-direct-seg-refs')
    end