Skip to content

Commit

Permalink
Re-enable V8 by default
Browse files Browse the repository at this point in the history
Turns out we have use-cases where it is a much better fit than QuickJS,
and its debugger features are also being sorely missed.
  • Loading branch information
oleavr committed Dec 9, 2020
1 parent bbc3c3a commit 36b2a90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.mk
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PREFIX ?= /usr

FRIDA := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))

FRIDA_V8 ?= disabled
FRIDA_V8 ?= enabled
FRIDA_ASAN ?= no

ifeq ($(FRIDA_ASAN), yes)
Expand Down
2 changes: 1 addition & 1 deletion releng/frida.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<_ProjectFileVersion>10.0.30319.1</_ProjectFileVersion>
<OutDir>$(SolutionDir)build\frida-windows\$(PlatformName)-$(Configuration)\bin\</OutDir>
<IntDir>$(SolutionDir)build\tmp-windows\$(PlatformName)-$(Configuration)\$(ProjectName)\</IntDir>
<FridaV8>Disabled</FridaV8>
<FridaV8>Enabled</FridaV8>
<GLibGenmarshal>py -3 $(SolutionDir)build\toolchain-windows\bin\glib-genmarshal</GLibGenmarshal>
<GLibMkenums>py -3 $(SolutionDir)build\toolchain-windows\bin\glib-mkenums</GLibMkenums>
<ValaCompiler>$(SolutionDir)build\toolchain-windows\bin\valac-0.52.exe</ValaCompiler>
Expand Down

0 comments on commit 36b2a90

Please sign in to comment.