-
|
重装过最新版,管理员身份执行,开windows白名单,任务管理器没有杀毒,没有选手代码的exe, 这是什么原因,怎么解决:
|
Beta Was this translation helpful? Give feedback.
Answered by
alphagocc
Oct 11, 2025
Replies: 1 comment 8 replies
-
|
看你完整的编译选项 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


FYI ,默认的 C++20 O2 参数是这样的
-o %s %s.* -lm -std=c++20 -O2 -Wl,--stack=2147483647