X-Git-Url: http://git.ieval.ro/?p=gruntmaster-daemon.git;a=blobdiff_plain;f=gruntmaster-compile;h=b4c2ab12e78a8d440cc3ace415e80eba25c496f5;hp=5228bddf144709b0572b171e7752183f37808e8d;hb=1b82f62be869ce3b61ab5e3b1f060546b75953c2;hpb=5a4392d52560b78196572d6680cb76dadc6e2782 diff --git a/gruntmaster-compile b/gruntmaster-compile index 5228bdd..b4c2ab1 100755 --- a/gruntmaster-compile +++ b/gruntmaster-compile @@ -55,7 +55,7 @@ Compile commands for each format: =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 @@ -69,6 +69,18 @@ Compile commands for each format: 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