aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJohn Levon <john.levon@nutanix.com>2020-11-19 09:37:28 +0000
committerGitHub <noreply@github.com>2020-11-19 09:37:28 +0000
commitf54581b9d4837e92cf644b48505e5419d8df72cb (patch)
tree6bef3a27f37ecc7422e291028f085e61740644aa /Makefile
parent58b89f9e0f7cd7847606fb22d2c0b9a38735cd62 (diff)
downloadlibvfio-user-f54581b9d4837e92cf644b48505e5419d8df72cb.zip
libvfio-user-f54581b9d4837e92cf644b48505e5419d8df72cb.tar.gz
libvfio-user-f54581b9d4837e92cf644b48505e5419d8df72cb.tar.bz2
enable assert() in release builds (#98)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 896ce0e..9e9f04b 100644
--- a/Makefile
+++ b/Makefile
@@ -35,7 +35,6 @@ ifeq ($(BUILD_TYPE), dbg)
CFLAGS += -DDEBUG
else
CMAKE_BUILD_TYPE = Release
- CFLAGS += -DNDEBUG
endif
ifeq ($(VERBOSE),)