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 5450c49 commit 07478e2Copy full SHA for 07478e2
Code Samples/Fib/build.cmd
@@ -0,0 +1,2 @@
1
+@echo off
2
+g++ -std=c++11 -pthread -g -O0 -o fib.exe main.cpp thread.cpp
0 commit comments