Closed
Bug 1024833
Opened 11 years ago
Closed 11 years ago
Use _HAS_EXCEPTIONS=0 when building the JS engine on Windows
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla33
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(1 file)
927 bytes,
patch
|
glandium
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8439652 -
Flags: review?(mh+mozilla)
Comment 2•11 years ago
|
||
Comment on attachment 8439652 [details] [diff] [review]
Use _HAS_EXCEPTIONS=0 when building the JS engine on Windows
Review of attachment 8439652 [details] [diff] [review]:
-----------------------------------------------------------------
::: js/src/configure.in
@@ +516,5 @@
> if test "$GCC" != "yes" -o -n "$CLANG_CC" ; then
> MOZ_FIND_WINSDK_VERSION
> fi
>
> + CFLAGS="$CFLAGS -D_HAS_EXCEPTIONS=0"
Should probably avoid this with gcc.
Attachment #8439652 -
Flags: review?(mh+mozilla) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Updated•7 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•