Skip to content

Commit fde84e3

Browse files
committed
Fix some merge issues.
1 parent cde6759 commit fde84e3

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

build.js

-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ if (process.platform != "win32") {
1818
fs.writeFileSync(
1919
`${gecko}/toolkit/recordreplay/RecordReplayDriver.cpp`,
2020
`
21-
>>>>>>> windows-port
2221
namespace mozilla::recordreplay {
2322
char gRecordReplayDriver[] = "${driverString}";
2423
int gRecordReplayDriverSize = ${driverContents.length};

mozconfig.windowssample

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
. $topsrcdir/browser/config/mozconfig
2+
3+
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/rr-opt
4+
mk_add_options MOZ_MAKE_FLAGS="-j12"
5+
mk_add_options AUTOCLOBBER=1
6+
7+
ac_add_options --with-branding=browser/branding/recordreplay
8+
ac_add_options --with-app-name=replay
9+
ac_add_options --with-app-basename=Replay
10+
ac_add_options --enable-replace-malloc
11+
ac_add_options --disable-sandbox
12+
13+
# This is needed to use -fno-omit-frame-pointers during compilation.
14+
ac_add_options --enable-profiling

0 commit comments

Comments
 (0)