Skip to content

Commit fddb7f9

Browse files
authored
Merge pull request #777 from mattcary/gcflags
put GCFLAGS back in Makefile for debug builds
2 parents cfe67c8 + 2c466a4 commit fddb7f9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ BASE_IMAGE_20H2=mcr.microsoft.com/windows/servercore:20H2
3232
WINDOWS_IMAGE_TAGS=ltsc2019 1909 2004 20H2
3333
WINDOWS_BASE_IMAGES=$(BASE_IMAGE_LTSC2019) $(BASE_IMAGE_1909) $(BASE_IMAGE_2004) $(BASE_IMAGE_20H2)
3434

35+
GCFLAGS=""
36+
ifdef GCE_PD_CSI_DEBUG
37+
GCFLAGS="all=-N -l"
38+
endif
39+
3540
all: gce-pd-driver gce-pd-driver-windows
3641
gce-pd-driver: require-GCE_PD_CSI_STAGING_VERSION
3742
mkdir -p bin

0 commit comments

Comments
 (0)