about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-08-28 17:27:53 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-08-28 17:27:53 +0200
commitabf78a769768254b2333ceff04b3c64da34a5d19 (patch)
tree85cd4f5d86a00c4121260bce35f487a90d85af3d /Makefile
parent8f272adf9273b2379d4647254d1e7b191ff704ca (diff)
downloadmkgpt-abf78a769768254b2333ceff04b3c64da34a5d19.tar.gz
Plug leaks, fix unaligned writes, refactor some, slightly better test
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 707b325..fe356f0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-CFLAGS+=-Wall -Wextra -Wpedantic -std=c11 -D_DEFAULT_SOURCE
+CFLAGS+=-Wall -Wextra -Wpedantic -std=c11 -D_DEFAULT_SOURCE #-D_FORTIFY_SOURCE=2
 ALL:=mkgpt
 PREFIX:=/usr/local