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 <[email protected]>
---
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 <[email protected]>
Gerrit-Reviewer: flichtenheld <[email protected]>
Gerrit-Reviewer: plaisthos <[email protected]>
Gerrit-CC: openvpn-devel <[email protected]>
Gerrit-Attention: plaisthos <[email protected]>
Gerrit-Attention: flichtenheld <[email protected]>
Gerrit-MessageType: newchange
_______________________________________________
Openvpn-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openvpn-devel