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 6b7cebe commit b111d6eCopy full SHA for b111d6e
Code Samples/Fib/build.cmd
@@ -1,3 +1,3 @@
1
-@@ -1,2 +0,0 @@
2
-SET PATH=%PATH%;%1
3
-g++ -g *.cpp -lpthread --std=c++11 -O0 -o %2
+@echo off
+SET PATH=%PATH%;%1
+g++ -g *.cpp --std=c++11 -O0 -o %2
0 commit comments