We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c517b commit 3c7acc8Copy full SHA for 3c7acc8
Earthfile
@@ -14,7 +14,7 @@ init:
14
15
build:
16
ARG warnings_as_errors = true
17
- ARG configs = Debug
+ ARG configs = Debug;RelWithDebInfo
18
ARG test = true
19
ARG use_vcpkg = true
20
FROM --pass-args +init
0 commit comments