Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for preprocessor (0.19 sec)

  1. .bazelrc

    build:windows --copt=-DNOGDI
    build:windows --host_copt=-DNOGDI
    
    # MSVC (Windows): Standards-conformant preprocessor mode
    # See https://docs.microsoft.com/en-us/cpp/preprocessor/preprocessor-experimental-overview
    build:windows --copt=/Zc:preprocessor
    build:windows --host_copt=/Zc:preprocessor
    
    # Misc build options we need for windows.
    build:windows --linkopt=/DEBUG
    build:windows --host_linkopt=/DEBUG
    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)
  2. RELEASE.md

    *   Building TensorFlow:
    
        *   Windows platform builds: TensorFlow on Windows under MSVC is now built
            with `--copt=/experimental:preprocessor
            --host_copt=/experimental:preprocessor` (see `.bazelrc` for more
            details). Builds including TensorFlow may fail with unexpected syntax
            errors if these flags are absent. See also
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top