Skip to content

Commit 3c7acc8

Browse files
Also build RelWithDebInfo be default
1 parent f5c517b commit 3c7acc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Earthfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ init:
1414

1515
build:
1616
ARG warnings_as_errors = true
17-
ARG configs = Debug
17+
ARG configs = Debug;RelWithDebInfo
1818
ARG test = true
1919
ARG use_vcpkg = true
2020
FROM --pass-args +init

0 commit comments

Comments
 (0)