File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
js/client/modules/@arangodb/testutils Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ else ()
356
356
string (REGEX REPLACE "-Werror( |$)" "" V8_CFLAGS ${V8_CXXFLAGS} )
357
357
string (REGEX REPLACE "-Werror( |$)" "" V8_CXXFLAGS ${V8_CXXFLAGS} )
358
358
359
- set (V8_LDFLAGS "${CMAKE_EXE_LINKER_FLAGS} $ENV{V8_LDFLAGS} " )
359
+ set (V8_LDFLAGS "${CMAKE_EXE_LINKER_FLAGS} ${CMAKE_LD_FLAGS} $ENV{V8_LDFLAGS} " )
360
360
361
361
# for V8 we minimal debug information is more than enough
362
362
set (V8_CFLAGS "${V8_CFLAGS} -g1 -gno-column-info -gz" )
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ const TOP_DIR = (function findTopDir () {
338
338
// create additional system environment variables for coverage
339
339
function coverageEnvironment ( ) {
340
340
let result = [ ] ;
341
- let name = 'GCOV_PREFIX ' ;
341
+ let name = 'LLVM_PROFILE_FILE ' ;
342
342
343
343
if ( process . env . hasOwnProperty ( name ) ) {
344
344
result . push (
You can’t perform that action at this time.
0 commit comments