File tree Expand file tree Collapse file tree 2 files changed +18
-18
lines changed
Expand file tree Collapse file tree 2 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 33[build ]
44target-dir = " _build"
55
6- # 2025... we can rely on CPUs to be using SSE2... not that it will likely change much in codegen...
7- rustflags = [" -Ctarget-feature=+sse2 " ]
6+ # FUCK YOU TO PEOPLE WITH OLD CPUS
7+ rustflags = [" -Ctarget-cpu=x86-64-v2 " ]
88
9- target = " i686 -pc-windows-msvc"
9+ target = " x86_64 -pc-windows-msvc"
1010
1111[env ]
12- CFLAGS_i686_pc_windows_msvc = " /Zi /FS"
13- CXXFLAGS_i686_pc_windows_msvc = " /Zi /FS"
12+ CFLAGS_x86_64_pc_windows_msvc = " /Zi /FS"
13+ CXXFLAGS_x86_64_pc_windows_msvc = " /Zi /FS"
1414
1515SRCWRTIMER_ROOT_DIR = { value = " ../srcwrtimer" , relative = true }
1616
17- [target .i686 -pc-windows-msvc ]
17+ [target .x86_64 -pc-windows-msvc ]
1818rustflags = [
19- # 2025... we can rely on CPUs to be using SSE2... not that it will likely change much in codegen...
20- " -Ctarget-feature=+sse2 " ,
19+ # FUCK YOU TO PEOPLE WITH OLD CPUS
20+ " -Ctarget-cpu=x86-64-v2 " ,
2121 # TODO: Do we want static crt on Windows? I can't remember if there was a reason for this...
2222 " -Ctarget-feature=+crt-static" ,
2323 # Yeah, we want frame pointers...
You can’t perform that action at this time.
0 commit comments