Merge: separate_compiler: remove the use of weak symbols.
authorJean Privat <jean@pryen.org>
Mon, 10 Aug 2015 16:13:00 +0000 (12:13 -0400)
committerJean Privat <jean@pryen.org>
Mon, 10 Aug 2015 16:13:00 +0000 (12:13 -0400)
commit05a4c9d6cd409b1e427fad6b5b0b2262d69d55fe
tree34ca945c7306116aac8a52a8bb10d24e6e691875
parent05e4420addbd24765ccc7e74f4fd858f4b9a153d
parent42ec928fed2f4fe33bd739bec2e99ce8471a1cda
Merge: separate_compiler: remove the use of weak symbols.

thus always compile stub of methods to avoid unresolved symbols

weak symbols seem to cause issues on some platforms *cough mac os x cough*

Pull-Request: #1625
Reviewed-by: Alexandre Terrasa <alexandre@moz-code.org>