aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 76a6d9c..7e2145e 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
# WMAP Parser Makefile
# ANSI C compatible library with clean build structure
-CC = gcc
+CC ?= gcc
CFLAGS_RELEASE = -ansi -pedantic -Wall -Wextra -O2 -fomit-frame-pointer
CFLAGS_DEBUG = -ansi -pedantic -Wall -Wextra -g -DDEBUG