mirror of https://github.com/odrling/Aegisub
Disable analysis on build for libaegisub as it results in versions of Visual Studio that do not support /analyze rebuilding the entire project every time.
Originally committed to SVN as r4852.
This commit is contained in:
parent
d840c9eaae
commit
12bf2a595d
|
@ -16,7 +16,6 @@
|
||||||
BufferSecurityCheck="true"
|
BufferSecurityCheck="true"
|
||||||
EnableFunctionLevelLinking="true"
|
EnableFunctionLevelLinking="true"
|
||||||
DebugInformationFormat="4"
|
DebugInformationFormat="4"
|
||||||
EnablePREfast="true"
|
|
||||||
/>
|
/>
|
||||||
<Tool
|
<Tool
|
||||||
Name="VCLinkerTool"
|
Name="VCLinkerTool"
|
||||||
|
|
Loading…
Reference in New Issue