diff options
author | John Levon <john.levon@nutanix.com> | 2020-11-19 09:37:28 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-19 09:37:28 +0000 |
commit | f54581b9d4837e92cf644b48505e5419d8df72cb (patch) | |
tree | 6bef3a27f37ecc7422e291028f085e61740644aa /Makefile | |
parent | 58b89f9e0f7cd7847606fb22d2c0b9a38735cd62 (diff) | |
download | libvfio-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-- | Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -35,7 +35,6 @@ ifeq ($(BUILD_TYPE), dbg) CFLAGS += -DDEBUG else CMAKE_BUILD_TYPE = Release - CFLAGS += -DNDEBUG endif ifeq ($(VERBOSE),) |