summaryrefslogtreecommitdiff
path: root/driver
diff options
context:
space:
mode:
authorJacob Palecki <[email protected]>2020-09-16 20:12:15 -0700
committerJacob Palecki <[email protected]>2020-09-16 20:12:15 -0700
commitab90c152742acd9e5abd8542f0660d54aff6bf16 (patch)
tree97e8826e9f309f8a6fb005ccae7197aad3b46872 /driver
parentFix cap options, fix power style labels (diff)
downloadrawaccel-ab90c152742acd9e5abd8542f0660d54aff6bf16.tar.xz
rawaccel-ab90c152742acd9e5abd8542f0660d54aff6bf16.zip
Fix cap options pt 2
Diffstat (limited to 'driver')
-rw-r--r--driver/driver.vcxproj1
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>