| 7 | | == Building the Apple Mac OS X port with ASan == |
| | 7 | == Building the Apple Mac OS X port with ASan (Mac OS X 10.11 El Capitan and later) == |
| | 8 | |
| | 9 | To build with Xcode for 10.11, you simply pass in the --asan switch to set-webkit-configuration, then build. Note that you can include ASan support with either --release or --debug switches. |
| | 10 | |
| | 11 | {{{ |
| | 12 | ./Tools/Scripts/set-webkit-configuration --release --asan |
| | 13 | ./Tools/Scripts/build-webkit |
| | 14 | }}} |
| | 15 | |
| | 16 | To disable ASan builds once again, use the --no-asan switch with set-webkit-configuration. |
| | 17 | |
| | 18 | == Building the Apple Mac OS X port with ASan (prior to Mac OS X 10.11 El Capitan) == |