re-add define

This commit is contained in:
王劲鹏 2021-05-18 18:02:38 +08:00 committed by osborn
parent 01282b9530
commit c7c543080b

View File

@ -199,4 +199,6 @@ else:unix: {
LIBS += -L$$PWD/../../v8/v8/darwin/release/ LIBS += -L$$PWD/../../v8/v8/darwin/release/
LIBS += -lv8_monolith LIBS += -lv8_monolith
DEFINES += V8_COMPRESS_POINTERS
} }