We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d135351 commit 5aa7219Copy full SHA for 5aa7219
.cargo/config.toml
@@ -12,6 +12,8 @@ target = "i686-pc-windows-msvc"
12
CFLAGS_i686_pc_windows_msvc = "/Zi /FS"
13
CXXFLAGS_i686_pc_windows_msvc = "/Zi /FS"
14
15
+SRCWRTIMER_ROOT_DIR = { value = "../srcwrtimer", relative = true }
16
+
17
[target.i686-pc-windows-msvc]
18
rustflags = [
19
# 2025... we can rely on CPUs to be using SSE2... not that it will likely change much in codegen...
0 commit comments