Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83a66337 authored by Jack He's avatar Jack He Committed by Myles Watson
Browse files

Revert "Add -fno-exceptions to default build config"

This reverts commit ef4b7b6b.

Change Ie53b82e5d670f44a2460880c32dd9102d1caad7d
is a better fix. This flag won't disable exceptions in pre-compiled STL library.

Bug: 67963594
Test: build
Change-Id: I8c8cf0ebeb79bae697f0074de2d2e39f8e8f8703
parent b29217af
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@ fluoride_defaults {
    name: "fluoride_types_defaults",
    cflags: [
        "-DEXPORT_SYMBOL=__attribute__((visibility(\"default\")))",
        "-fno-exceptions",
        "-fvisibility=hidden",
        "-Wall",
        "-Wextra",