]> git.ipfire.org Git - thirdparty/asterisk.git/commit
Makefile: replace -O6 with -O3
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sun, 2 Mar 2014 15:14:45 +0000 (15:14 +0000)
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>
Sun, 2 Mar 2014 15:14:45 +0000 (15:14 +0000)
commitd2c6e919716d4c1b57bc3beeded0e5e997a23ec4
tree9695510483dd595305a934f94602a842379d14c5
parent49c2d55c10bee90f77fb5350b226a212bc233bc0
Makefile: replace -O6 with -O3

-O6 is not a legal option of gcc. Unofficially gcc considers it to be
equivalent of -O3. clang chalks on it, though. This commit sets the
default optimization flag to be -O3, like gcc actually considered it.

Review: https://reviewboard.asterisk.org/r/3280/
........

Merged revisions 409308 from http://svn.asterisk.org/svn/asterisk/branches/1.8
........

Merged revisions 409344 from http://svn.asterisk.org/svn/asterisk/branches/11

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/12@409346 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Makefile.rules