Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tips (0.09 sec)

  1. src/crypto/internal/boring/build-boring.sh

    set -e
    id
    date
    cd /boring
    
    # Go requires -fPIC for linux/amd64 cgo builds.
    # Setting -fPIC only affects the compilation of the non-module code in libcrypto.a,
    # because the FIPS module itself is already built with -fPIC.
    echo '#!/bin/bash
    exec clang-'$ClangV' -DGOBORING -fPIC "$@"
    ' >/usr/local/bin/clang
    echo '#!/bin/bash
    exec clang++-'$ClangV' -DGOBORING -fPIC "$@"
    ' >/usr/local/bin/clang++
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 18 21:28:09 UTC 2022
    - 1.5K bytes
    - Viewed (0)
Back to top