Skip to content

Commit

Permalink
Fix build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
MeirShpilraien committed Jan 14, 2024
1 parent 5b7adf2 commit f706e74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v8_c_api/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GCC_FLAGS=-std=c++17 -DV8_COMPRESS_POINTERS -DV8_ENABLE_SANDBOX
ifeq ($(DEBUG),1)
GCC_FLAGS+=-o0 -DV8_ENABLE_CHECKS
GCC_FLAGS+=-O0 -DV8_ENABLE_CHECKS
else
GCC_FLAGS+=-o2
GCC_FLAGS+=-O2
endif

build:
Expand Down

0 comments on commit f706e74

Please sign in to comment.