Samuel Yang
2016-10-20 08:44:16 UTC
Hi,
I have my own module and have a BUILD.gn , I have added the flags as below.
However, there are still -fno-rtti and -fno-exceptions after -frtti and
-fexceptions in the compile log.
How can I just enable rtti and exception in my module but disable rtti and
exceptions the others in chromium(It already did)? Great thanks.
cflags = [
"-fexceptions",
"-frtti",
]
cflags_cc = [
"-fexceptions",
"-frtti",
]
I have my own module and have a BUILD.gn , I have added the flags as below.
However, there are still -fno-rtti and -fno-exceptions after -frtti and
-fexceptions in the compile log.
How can I just enable rtti and exception in my module but disable rtti and
exceptions the others in chromium(It already did)? Great thanks.
cflags = [
"-fexceptions",
"-frtti",
]
cflags_cc = [
"-fexceptions",
"-frtti",
]
--
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.
--
Chromium Developers mailing list: chromium-***@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
---
You received this message because you are subscribed to the Google Groups "Chromium-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev+***@chromium.org.