diff options
| author | Jacob Palecki <[email protected]> | 2020-09-16 20:12:15 -0700 |
|---|---|---|
| committer | Jacob Palecki <[email protected]> | 2020-09-16 20:12:15 -0700 |
| commit | ab90c152742acd9e5abd8542f0660d54aff6bf16 (patch) | |
| tree | 97e8826e9f309f8a6fb005ccae7197aad3b46872 /driver | |
| parent | Fix cap options, fix power style labels (diff) | |
| download | rawaccel-ab90c152742acd9e5abd8542f0660d54aff6bf16.tar.xz rawaccel-ab90c152742acd9e5abd8542f0660d54aff6bf16.zip | |
Fix cap options pt 2
Diffstat (limited to 'driver')
| -rw-r--r-- | driver/driver.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/driver.vcxproj b/driver/driver.vcxproj index 9ebcf31..bee36c4 100644 --- a/driver/driver.vcxproj +++ b/driver/driver.vcxproj @@ -108,6 +108,7 @@ <TreatWChar_tAsBuiltInType>true</TreatWChar_tAsBuiltInType> <FloatingPointModel>Precise</FloatingPointModel> <CallingConvention>StdCall</CallingConvention> + <Optimization>MaxSpeed</Optimization> </ClCompile> <Link> <AdditionalLibraryDirectories>%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> |