Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for o3 (0.68 sec)

  1. ci/official/containers/linux_arm64/devel.usertools/aarch64.bazelrc

    build --crosstool_top="@ml2014_aarch64_config_aarch64//crosstool:toolchain"
    test --crosstool_top="@ml2014_aarch64_config_aarch64//crosstool:toolchain"
    
    build --copt="-mtune=generic" --copt="-march=armv8-a" --copt="-O3"
    
    # Test-related settings below this point.
    test --build_tests_only --keep_going --test_output=errors --verbose_failures=true
    test --test_timeout=500,900,-1,-1
    # Give only the list of failed tests at the end of the log
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Nov 21 12:25:39 GMT 2023
    - 5.8K bytes
    - Viewed (0)
  2. ci/official/containers/linux_arm64/devel.usertools/aarch64_clang.bazelrc

    # Use the rebuilt gcc toolchain to compile for manylinux2014
    build --crosstool_top="@ml2014_clang_aarch64_config_aarch64//crosstool:toolchain"
    
    build --copt="-mtune=generic" --copt="-march=armv8-a" --copt="-O3"
    
    # Test-related settings below this point.
    test --build_tests_only --keep_going --test_output=errors --verbose_failures=true
    test --test_timeout=500,900,-1,-1
    # Give only the list of failed tests at the end of the log
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Nov 21 12:25:39 GMT 2023
    - 6.3K bytes
    - Viewed (0)
  3. src/cmd/cgo/doc.go

    the host linker. The default value for the host linker is $CC, split
    into fields, or else "gcc". The specific host linker command line can
    be overridden using command line flags: cmd/link -extld=clang
    -extldflags='-ggdb -O3'. If any package in a build includes a .cc or
    other file compiled by the C++ compiler, the go tool will use the
    -extld option to set the host linker to the C++ compiler.
    
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
  4. .bazelrc

    build:linux --copt="-Werror=switch"
    # Required for building with clang
    build:linux --copt="-Wno-error=unused-but-set-variable"
    
    # Linux ARM64 specific options
    build:linux_arm64 --copt="-mtune=generic" --copt="-march=armv8-a" --copt="-O3"
    
    
    # On Windows, `__cplusplus` is wrongly defined without this switch
    # See https://devblogs.microsoft.com/cppblog/msvc-now-correctly-reports-__cplusplus/
    build:windows --copt=/Zc:__cplusplus
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Wed Apr 24 20:50:35 GMT 2024
    - 52.6K bytes
    - Viewed (2)
  5. cmd/testdata/undeleteable-object.tgz

    t/>Jw¦3~eüþ“©ÔU’)Ê@Tj_ ÈõN O­ãE ïG±$Ÿ >C Íâe•l­ 5(_†˜á?êÁW:> ü3Ë‚â^ª®ˆ Ô& “O¢ê Gh;Íú‰ ‚¨y î }xŸÝC+ ËÁOå ¢§ÿåÝ\=L9W¦ ‹ú »¨£ tâÚyˆ}½U &¡/Óÿ WíkÎ1ÆdxNë¹! À ^Ð’¼ öwŠ‚$ãuëzr¦€Ç¼ÀW‰Ì "›î f@f#Òß ’z ¾êÝž™•ç \‚‹¦áÎ-ÇmšÑ–¤[™)^Ç{j ˆå> %jœ › æh˜å]øj ål§kŒG{€,R¾Ž! ±O3¹v- ¤$P2—‡Ú÷Ъq Æa aéÅ m%æí#º±ïÄFºÎ=1 a¾7^]ê žTøäd4 çáIˆ ø¿S­ ßZ‡:¹CC÷7 > ¨*{k‰O|“£ËÍgë´ï4)Q(¿¤¼Ørê ò*‘5kgê[0“xj\óÕóq÷OìØᦃbз K° º46š’y "‹ëEÒXÇTÀ§á¸×Ûù‘‚aݨ9Ì»%à®}ÅÑÒ `ó-¤0èLÂp ‹¸_ºó! /Gq—î§m½Á\ô €· GYƒðI%£eT†?î4 Á€ si»#,™ Ò Ú‹l ÄL kÈ*©Lh Ðàêó çÿ´Eµ4]ŒHû...
    Others
    - Registered: Sun May 05 19:28:20 GMT 2024
    - Last Modified: Fri Apr 26 00:31:12 GMT 2024
    - 8.7M bytes
    - Viewed (0)
Back to top