1
0
mirror of https://github.com/sehugg/8bitworkshop.git synced 2026-04-21 06:16:43 +00:00

cc65: can #define CC65_FLAGS <comma-separated values>

This commit is contained in:
Steven Hugg
2021-07-15 12:54:19 -05:00
parent ab090455db
commit a0ec21d623
2 changed files with 9 additions and 3 deletions
+3
View File
@@ -260,5 +260,8 @@ describe('Worker', function() {
};
doBuild(msgs, done2, 205, 0, 0);
});
it('should compile CC65 flags', function(done) {
compile('cc65', '#define CC65_FLAGS -O1,-j\nint main() {\nint x=1;\nreturn x+2;\n}', 'apple2', done, 14697, 5);
});
});