Make sure that when we define __OPTIMIZE[_SIZE]_ we define it to something
commit3ab501cf135bcda1169be0bfabb3c7702c80c71b
authorLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Sep 2005 17:31:18 +0000 (15 10:31 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 15 Sep 2005 17:31:18 +0000 (15 10:31 -0700)
treed61b64e6c4d7cd215caf96ce44e5075cd369c7e2
parent6aaf20931568b7ffd7aae6fb433b8161d2e6c3c8
Make sure that when we define __OPTIMIZE[_SIZE]_ we define it to something

It needs to have a value, since otherwise something like

#if __OPTIMIZE__ > 1

breaks.
lib.c