summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefile b/makefile
index c8b11e2..b07343a 100644
--- a/makefile
+++ b/makefile
@@ -24,7 +24,8 @@ VOIDC_D := $(VOIDC_CXX:.cc=.d)
VOIDC := $(TOP_DIR)/voidc
# ====== Flags ====== #
-CXX_FLAGS := -std=c++14 -Wall -Wextra -Werror -pedantic \
+CXX_FLAGS := -std=c++14 \
+ -Wall -Wextra -Werror -pedantic\
-MMD -MP -fno-rtti -fno-exceptions \
-I$(SRC_DIR)