Fix typos

This commit is contained in:
Jakub Wilk
2016-04-30 23:03:31 +02:00
parent 9d692b101a
commit 0518642c03
9 changed files with 13 additions and 13 deletions

View File

@@ -20,7 +20,7 @@ ODIR_BASE := obj
ifeq ($(DEBUG),1)
# Debug mode options
$(info Bulding debug version)
$(info Building debug version)
ODIR:=$(ODIR_BASE)/lib/debug
CFLAGS?=-Wall -Wextra -O0 -g -fPIC $(VISIBILITY)
CXXFLAGS?=-Wall -Wextra -Wno-missing-field-initializers --std=c++0x -O0 -g -fPIC $(VISIBILITY) $(CXXINCLUDES)