Update gruntmaster-compile documentation
authorMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Jun 2014 21:35:33 +0000 (00:35 +0300)
committerMarius Gavrilescu <marius@ieval.ro>
Sat, 28 Jun 2014 21:35:33 +0000 (00:35 +0300)
gruntmaster-compile

index 5228bddf144709b0572b171e7752183f37808e8d..b4c2ab12e78a8d440cc3ace415e80eba25c496f5 100755 (executable)
@@ -55,7 +55,7 @@ Compile commands for each format:
 
 =item CPP
 
 
 =item CPP
 
-  g++ -DONLINE_JUDGE -std=gnu11 -fabi-version=6 -Wall -Wextra -O2 -o $output $input
+  g++ -DONLINE_JUDGE -std=gnu++11 -fabi-version=6 -Wall -Wextra -O2 -o $output $input
 
 =item MONO
 
 
 =item MONO
 
@@ -69,6 +69,18 @@ Compile commands for each format:
 
   fpc -dONLINE_JUDGE -O2 $input
 
 
   fpc -dONLINE_JUDGE -O2 $input
 
+=item GOLANG
+
+  go build -compiler gc $input
+
+=item GCCGO
+
+  go build -compiler gccgo $input
+
+=item HASKELL
+
+  ghc -DONLINE_JUDGE -Wall -O2 -o $output $input
+
 =item PERL
 
   cp $input $output
 =item PERL
 
   cp $input $output
This page took 0.010347 seconds and 4 git commands to generate.