☆ Yσɠƚԋσʂ ☆ to Programmer Humor · 2 years agoOptimized Codeimagemessage-square8fedilinkarrow-up127arrow-down14
arrow-up123arrow-down1imageOptimized Code☆ Yσɠƚԋσʂ ☆ to Programmer Humor · 2 years agomessage-square8fedilink
minus-squarePrologue7642@lemmygrad.mllinkfedilinkarrow-up4·2 years agoYou need to use exactly the same command: clang++ loop.cpp -O1 -Wall -o loop this page likely doesn’t use clang but GCC, so it won’t work.
You need to use exactly the same command:
clang++ loop.cpp -O1 -Wall -o loop
this page likely doesn’t use clang but GCC, so it won’t work.