forked from OSchip/llvm-project
Ensure timestamps are not embedded into files when doing a release build.
llvm-svn: 142647
This commit is contained in:
parent
b27f11e01d
commit
12a16dbcb0
|
@ -246,6 +246,7 @@ function configure_llvmCore() {
|
|||
$BuildDir/llvm.src/configure --prefix=$InstallDir \
|
||||
--enable-optimized=$Optimized \
|
||||
--enable-assertions=$Assertions \
|
||||
--disable-timestamps \
|
||||
2>&1 | tee $LogDir/llvm.configure-Phase$Phase-$Flavor.log
|
||||
cd $BuildDir
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue