Displaying 5 results from an estimated 5 matches for "enablecomdatfolding".
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
...gLevel>
+ <Optimization>MaxSpeed</Optimization>
+ <FunctionLevelLinking>true</FunctionLevelLinking>
+ <IntrinsicFunctions>true</IntrinsicFunctions>
+ <SDLCheck>true</SDLCheck>
+ </ClCompile>
+ <Link>
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
+ <OptimizeReferences>true</OptimizeReferences>
+ </Link>
+ <CustomBuildStep>
+ <Command>"$(ProjectDir)..\..\win32\genversion.bat" "$(ProjectDir)..\..\win32\version.h" PACKAGE_VERSION</Command&g...
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]
...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"/>
> <Tool
> Name="VCPreBui...
2004 Dec 03
0
[LLVMdev] [Fwd: Updated LLVM Visual Studio project files]
...(OutDir)/Fibonacci.exe"
> > LinkIncremental="1"
> > ForceSymbolReferences="_X86TargetMachineModule"
> > GenerateDebugInformation="TRUE"
> > SubSystem="1"
> > OptimizeReferences="2"
> > EnableCOMDATFolding="2"
> > TargetMachine="1"/>
> > <Tool
> > Name="VCMIDLTool"/>
> > <Tool
> > Name="VCPostBuildEventTool"/>
> > <Tool
> > Name="VCPreBuildEventTool"/>
> >...