aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatias Linares <matiaslina@openmailbox.org>2016-01-04 23:28:01 -0300
committerMatias Linares <matiaslina@openmailbox.org>2016-01-04 23:28:01 -0300
commit2a41abbed0dfb70447a9c83b17b6d98fcb3c65c6 (patch)
tree1b45eb4a8ac37f346b82f5f6dcfaa5f9e42aad1a /Makefile
parent2f11d2b1088dcd5d8391d4bd61e342db6198be07 (diff)
downloadprofile-2a41abbed0dfb70447a9c83b17b6d98fcb3c65c6.tar.gz
Finish struct rusage struct fields.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 7bba597..f1a44d8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,6 @@
CC=clang
-CFLAGS=-Wall -Wextra -O0 -g
+# Enable _ALLOW_UNMANTAINED for non Linux systems
+CFLAGS=-Wall -Wextra -O0 -g # -D_ALLOW_UNMANTAINED
EXE=profile
SOURCES=profile.c