diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-04-10 15:28:10 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:46 -0700 |
commit | 99c3cfddffb3175e5938eb5ef661d0d71eedff97 (patch) | |
tree | c975841b584e404cc750749474e50c9be19e984e /translate_subx | |
parent | 454691bbc1593da466b364fa39e24dd963d44792 (diff) | |
download | mu-99c3cfddffb3175e5938eb5ef661d0d71eedff97.tar.gz |
core translator phases now emit identical binaries
Diffstat (limited to 'translate_subx')
-rwxr-xr-x | translate_subx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate_subx b/translate_subx index 22bcf32a..ba36986a 100755 --- a/translate_subx +++ b/translate_subx @@ -15,7 +15,7 @@ # sets of debug files.) # Again, that's for subsequent scripts. -set -ev +set -e ./build |