Attention is currently required from: flichtenheld, plaisthos. Hello plaisthos, flichtenheld,
I'd like you to do a code review. Please visit http://gerrit.openvpn.net/c/openvpn/+/484?usp=email to review the following change. Change subject: cmake: build native binaries with debug info ...................................................................... cmake: build native binaries with debug info Since the cmake unix builds are not the officially supported way to build openvpn, it makes sense to always do debug builds for during development. Change-Id: I5d835f37d9b75a2eba39504e673597cf7b6f8989 Signed-off-by: Heiko Hund <he...@ist.eigentlich.net> --- M CMakePresets.json 1 file changed, 3 insertions(+), 2 deletions(-) git pull ssh://gerrit.openvpn.net:29418/openvpn refs/changes/84/484/1 diff --git a/CMakePresets.json b/CMakePresets.json index 135b19d..46aeeef 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -199,8 +199,9 @@ "configuration": "Debug" }, { - "name": "unix-native", - "configurePreset": "unix-native" + "name": "unix-native-debug", + "configurePreset": "unix-native", + "configuration": "Debug" } ], "testPresets": [ -- To view, visit http://gerrit.openvpn.net/c/openvpn/+/484?usp=email To unsubscribe, or for help writing mail filters, visit http://gerrit.openvpn.net/settings Gerrit-Project: openvpn Gerrit-Branch: master Gerrit-Change-Id: I5d835f37d9b75a2eba39504e673597cf7b6f8989 Gerrit-Change-Number: 484 Gerrit-PatchSet: 1 Gerrit-Owner: d12fk <he...@openvpn.net> Gerrit-Reviewer: flichtenheld <fr...@lichtenheld.com> Gerrit-Reviewer: plaisthos <arne-open...@rfc2549.org> Gerrit-CC: openvpn-devel <openvpn-devel@lists.sourceforge.net> Gerrit-Attention: plaisthos <arne-open...@rfc2549.org> Gerrit-Attention: flichtenheld <fr...@lichtenheld.com> Gerrit-MessageType: newchange
_______________________________________________ Openvpn-devel mailing list Openvpn-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/openvpn-devel