Skip to content
Snippets Groups Projects
Commit add4c573 authored by Jannis Konrad's avatar Jannis Konrad
Browse files

disable verbose logging and update upstream

parent 5ef5ec29
No related branches found
No related tags found
No related merge requests found
tinydtls @ 178b945e
Subproject commit cc5863fa0e438ba1fa46c05f2a27cd8dd3d85b96
Subproject commit 178b945e5497b813b1239e2fbf57e34b7488745f
......@@ -23,7 +23,7 @@ class prepare_tinydtls(build_ext):
setup(
name="DTLSSocket",
version='0.1.6',
version='0.1.8',
description = "DTLSSocket is a cython wrapper for tinydtls with a Socket like interface",
author = "Jannis Konrad",
author_email= "Jannis.Konrad@h-brs.de",
......@@ -50,7 +50,9 @@ setup(
define_macros=[('DTLSv12', '1'),
('WITH_SHA256', '1'),
('DTLS_CHECK_CONTENTTYPE', '1'),
('_GNU_SOURCE', '1')],
undef_macros = [ "NDEBUG" ],
('_GNU_SOURCE', '1'),
('NDEBUG', '1'),
],
# undef_macros = [ "NDEBUG" ],
),]
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment