Skip to content

Commit 30486f9

Browse files
committed
use debug relase
1 parent 4e6ab1b commit 30486f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export const kDepotToolsPath = path.join(kCwd, 'third_party', 'depot_tools');
55
export const kDawnPath = `${kCwd}/third_party/dawn`;
66
export const kOutDir = `${kCwd}/out`;
77
export const kBuildPath = `${kOutDir}/cmake-release`;
8-
export const kConfig = process.env.CMAKE_BUILD_TYPE ?? 'Release';
8+
export const kConfig = process.env.CMAKE_BUILD_TYPE ?? 'Debug';
99

1010
export const isMac = process.platform === 'darwin';
1111
export const isWin = process.platform === 'win32';

0 commit comments

Comments
 (0)