projects
/
gruntmaster-daemon.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdd811c
)
Do not pass -n to fpc
author
Marius Gavrilescu
<marius@ieval.ro>
Thu, 27 Feb 2014 14:21:34 +0000
(16:21 +0200)
committer
Marius Gavrilescu
<marius@ieval.ro>
Thu, 27 Feb 2014 14:21:34 +0000
(16:21 +0200)
gruntmaster-compile
patch
|
blob
|
blame
|
history
diff --git
a/gruntmaster-compile
b/gruntmaster-compile
index 35a34244c4122f63bd1fc4fce266b817d777e1d0..aebbffc1f4376ecebf074537a068d01b0057f4cf 100755
(executable)
--- a/
gruntmaster-compile
+++ b/
gruntmaster-compile
@@
-20,7
+20,7
@@
if ($ret) {
exec 'g++', qw/-DONLINE_JUDGE -std=gnu++11 -fabi-version=6 -Wall -Wextra -O2 -o/, $basename, $name when 'CPP';
exec 'gmcs', '-d:ONLINE_JUDGE', $name when 'MONO';
exec 'javac', $name when 'JAVA';
- exec 'fpc', qw/-dONLINE_JUDGE -O2
-n
/, $name when 'PASCAL';
+ exec 'fpc', qw/-dONLINE_JUDGE -O2/, $name when 'PASCAL';
copy $name, $basename when ['PERL', 'PYTHON']
}
}
This page took
0.020903 seconds
and
4
git commands to generate.