File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ historical reasons.
158
158
* ` FastMath ` (` true ` , ` false ` ): Enable/disable certain lossy floating point
159
159
optimizations that may not be standards-compliant. Defaults to ` false ` .
160
160
* ` LinkTimeOptimization ` (` true ` , ` false ` ): Enable/disable link-time
161
- optimization. Defaults to ` true ` .
161
+ optimization. Defaults to ` false ` .
162
162
* ` SymbolExports ` (` Used ` , ` All ` ): Specifies whether to export all public
163
163
symbols or only those that are needed to link successfully. This only applies
164
164
when building executables. Defaults to ` Used ` .
Original file line number Diff line number Diff line change 58
58
<EagerBinding Condition =" '$(EagerBinding)' == ''" >true</EagerBinding >
59
59
<ExecutionModel Condition =" '$(ExecutionModel)' == ''" >Command</ExecutionModel >
60
60
<FastMath Condition =" '$(FastMath)' == ''" >false</FastMath >
61
- <!-- TODO: https://github.com/vezel-dev/zig-sdk/issues/33 -->
62
- <LinkTimeOptimization Condition =" '$(LinkTimeOptimization)' == ''" >true</LinkTimeOptimization >
61
+ <LinkTimeOptimization Condition =" '$(LinkTimeOptimization)' == ''" >false</LinkTimeOptimization >
63
62
<ReleaseMode Condition =" '$(ReleaseMode)' == ''" >Fast</ReleaseMode >
64
63
<RelocationHardening Condition =" '$(RelocationHardening)' == ''" >true</RelocationHardening >
65
64
<SymbolExports Condition =" '$(SymbolExports)' == ''" >Used</SymbolExports >
You can’t perform that action at this time.
0 commit comments