common.mak: Pass -fexceptions to clang and clang++.
authorwhitequark <whitequark@whitequark.org>
Sun, 26 Jul 2015 00:30:21 +0000 (03:30 +0300)
committerwhitequark <whitequark@whitequark.org>
Sun, 26 Jul 2015 00:30:21 +0000 (03:30 +0300)
commitd03dabb4608ef584d406bb4c514cd6eee8e3d805
tree33483d07597a213cf9f642c31d79c213a981cf2b
parent69c2a705bf973560bfa3bfa86dfcce1249af3d37
common.mak: Pass -fexceptions to clang and clang++.

This results in generation of .eh_frame sections. These sections
can be discarded during final linking, or included if exception
handling is desired. For exception handling to work, all sources
must be built with -fexceptions.
software/common.mak