aboutsummaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.mk b/config.mk
index a349970..dd0e0e2 100644
--- a/config.mk
+++ b/config.mk
@@ -8,6 +8,9 @@ STD = c11
OPT = -O2 -pipe
#WRN = -Wall -Werror
+PROFILE = debug
+#PROFILE = release
+
CFLAGS != pkg-config --cflags ${LIB}
LFLAGS != pkg-config --libs ${LIB}