Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isAbsolutePathsInFile (0.13 sec)

  1. platforms/native/language-native/src/integTest/groovy/org/gradle/language/cpp/CppCachingIntegrationTest.groovy

            }
        }
    
        private boolean isNonRelocatableCompilation(String buildType) {
            nonDeterministicCompilation || isAbsolutePathsInFile(buildType)
        }
    
        boolean isAbsolutePathsInFile(String buildType) {
            // TODO Making release also debuggable means the object files always have paths - we need a strategy for this
            (buildType == release || debug) || clangOnLinux
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Nov 16 20:20:03 UTC 2023
    - 6.1K bytes
    - Viewed (0)
Back to top