]> git.sur5r.net Git - cc65/commit
According to recent comments on my recent pull request, -Wc checking for -E flag...
authormc78 <mc78@outlook.de>
Tue, 16 May 2017 11:13:09 +0000 (13:13 +0200)
committermc78 <mc78@outlook.de>
Tue, 16 May 2017 11:13:09 +0000 (13:13 +0200)
commit691df09a1f4a6b0f95b0d6eb7fd7320eb28df2b6
treec55584a201832594a5a95fd02ca60b349001142a
parent4cbfb4e199bf019c0f4c917c6c189fe93867a05a
According to recent comments on my recent pull request, -Wc checking for -E flag has been removed again. Intead, -E flag has been added to cl65 without need of -Wc. Two functions have been introduced to disable compile, link or both. These function remove assigment repetions to DoAssemble and DoLink for litte overhead, having the maintainability in mind.
src/cl65/main.c