File tree 2 files changed +14
-1
lines changed
2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ if (process.platform != "win32") {
18
18
fs . writeFileSync (
19
19
`${ gecko } /toolkit/recordreplay/RecordReplayDriver.cpp` ,
20
20
`
21
- >>>>>>> windows-port
22
21
namespace mozilla::recordreplay {
23
22
char gRecordReplayDriver[] = "${ driverString } ";
24
23
int gRecordReplayDriverSize = ${ driverContents . length } ;
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments