summaryrefslogtreecommitdiff
path: root/Make.config
diff options
context:
space:
mode:
Diffstat (limited to 'Make.config')
-rw-r--r--Make.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/Make.config b/Make.config
index 29c5d65..4e06fc7 100644
--- a/Make.config
+++ b/Make.config
@@ -30,7 +30,7 @@ INIT_AFTER = mysql.service
ifdef USE_CLANG
CC = clang++
else
- CC = g++-8
+ CC = g++
endif
doCompile = $(CC) -c $(CFLAGS) $(DEFINES)