]> git.sur5r.net Git - cc65/commit
Removed a pointless cc65 command-line option from the samples makefile. 395/head
authorGreg King <gregdk@users.sf.net>
Fri, 10 Mar 2017 13:47:48 +0000 (08:47 -0500)
committerGreg King <gregdk@users.sf.net>
Fri, 10 Mar 2017 13:47:48 +0000 (08:47 -0500)
commitacb7c6130274d7c2ad91ac82c6b64b741fa47d97
tree1e8b9bca12fbbe341c0c73f311e9da9cb192bc06
parent949333e37be8d103ed8ede6543a8a1042b5b75ba
Removed a pointless cc65 command-line option from the samples makefile.

"-Oi --codesize 500" is the same as "-O --codesize 200 --codesize 500".  That first "--codesize" is replaced by the second one.  Don't set it twice.
samples/Makefile