Skip to content

Commit

Permalink
Change PASTHEMIS to match PAS
Browse files Browse the repository at this point in the history
  • Loading branch information
hieplpvip committed Jan 2, 2024
1 parent 42c9e66 commit bc80032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dmoj/executors/PASTHEMIS.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ def get_compile_args(self) -> List[str]:
command = self.get_command()
assert command is not None
assert self._code is not None
return [command, '-Fe/dev/stderr', '-dTHEMIS', '-O2', '-XS', '-Sg', '-Cs66060288', self._code]
return [command, '-Fe/dev/stderr', '-dTHEMIS', '-O2', '-XS', '-Sg', '-Cs66060288', *self.flags, self._code]

0 comments on commit bc80032

Please sign in to comment.