aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Pickering <alexandermpickering@gmail.com>2018-10-24 12:20:42 -0400
committerAlexander Pickering <alexandermpickering@gmail.com>2018-10-24 12:20:42 -0400
commitd416a80324225d0c64c5021e74773a2e768de73a (patch)
treed1b34e1446c480b9a63fe8421d994a0660080d4a
parent5c12d59ad16ab903e3956aeb0340e52eb3e67af8 (diff)
downloadlibctemplates-d416a80324225d0c64c5021e74773a2e768de73a.tar.gz
libctemplates-d416a80324225d0c64c5021e74773a2e768de73a.tar.bz2
libctemplates-d416a80324225d0c64c5021e74773a2e768de73a.zip
Fixed makefile
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 763a2e8..6f46156 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ BIN_POSTFIX = .exe
ifeq ($(DEBUG),true)
CFLAGS += -g -O0 -Wall -Werror
else
- CFLAGS += -03
+ CFLAGS += -O3
endif
TEST_1_NAME = t/test_1$(BIN_POSTFIX)