Displaying 5 results from an estimated 5 matches for "optimizereferences".
2016 Sep 09
2
[PATCH 1/3] appveyor: include opus.dll and opus.exp files if available
Using -i should prevent failing if the files don't exist.
---
appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/appveyor.yml b/appveyor.yml
index c85b0b1..ad9c6c0 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -17,7 +17,7 @@ build:
verbosity: minimal
after_build:
-- cmd: 7z a opus.zip win32\VS2015\%PLATFORM%\%CONFIGURATION%\opus.lib include\*.h
+- cmd: 7z
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
...t; PACKAGE_VERSION</Command>
- <Message>Generating version.h</Message>
+ <Command>
+ </Command>
+ <Message>
+ </Message>
</PreBuildEvent>
<CustomBuildStep>
<Command>
@@ -426,8 +434,10 @@
<OptimizeReferences>true</OptimizeReferences>
</Link>
<PreBuildEvent>
- <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command>
- <Message>Generating version.h</Message>
+...
2015 Mar 02
13
Patch cleaning up Opus x86 intrinsics configury
The attached patch cleans up Opus's x86 intrinsics configury.
It:
* Makes ?enable-intrinsics work with clang and other non-GCC compilers
* Enables RTCD for the floating-point-mode SSE code in Celt.
* Disables use of RTCD in cases where the compiler targets an instruction set by default.
* Enables the SSE4.1 Silk optimizations that apply to the common parts of Silk when Opus is built in
2004 Dec 03
2
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...Name="VCLinkerTool"
> OutputFile="$(OutDir)\TableGen.exe"
> LinkIncremental="1"
> AdditionalLibraryDirectories="C:\Project\llvm\win32\Release"
> GenerateDebugInformation="TRUE"
> SubSystem="1"
> OptimizeReferences="2"
> EnableCOMDATFolding="2"
> TargetMachine="1"/>
> <Tool
> Name="VCMIDLTool"/>
> <Tool
> Name="VCPostBuildEventTool"
> CommandLine="copy $(OutDir)\TableGen.exe ..\tools"/>
&g...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...ProgramDatabaseFile="$(OutDir)/Fibonacci.pdb"
> > GenerateMapFile="TRUE"
> > MapFileName="$(OutDir)/Fibonacci.map"
> > MapExports="TRUE"
> > MapLines="TRUE"
> > SubSystem="1"
> > OptimizeReferences="0"
> > TargetMachine="1"/>
> > <Tool
> > Name="VCMIDLTool"/>
> > <Tool
> > Name="VCPostBuildEventTool"/>
> > <Tool
> > Name="VCPreBuildEventTool"/>
> >...