disable debug code, force compiling
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@241 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
657f03db57
commit
34ae78978c
1 changed files with 3 additions and 3 deletions
|
@ -6,14 +6,14 @@ OBJ = tmp\SmallObjBench.o tmp\SmallObj.o
|
||||||
LINKOBJ = tmp\SmallObjBench.o tmp\SmallObj.o
|
LINKOBJ = tmp\SmallObjBench.o tmp\SmallObj.o
|
||||||
CXXINCS = -I./../../include -I./../../include/loki
|
CXXINCS = -I./../../include -I./../../include/loki
|
||||||
BIN = main-mingw.exe
|
BIN = main-mingw.exe
|
||||||
CXXFLAGS = $(CXXINCS) -W0 -O2
|
CXXFLAGS = $(CXXINCS) -Wall -Wextra -pedantic -DNDEBUG -fexpensive-optimizations -O3
|
||||||
RM = rm -f
|
RM = rm -f
|
||||||
CHK_DIR_EXISTS= if not exist
|
CHK_DIR_EXISTS= if not exist
|
||||||
MKDIR = mkdir
|
MKDIR = mkdir
|
||||||
|
|
||||||
.PHONY: all all-before all-after clean clean-custom
|
.PHONY: all all-before all-after clean clean-custom
|
||||||
|
|
||||||
all: all-before check_tmp main-mingw.exe all-after
|
all: clean all-before check_tmp main-mingw.exe all-after
|
||||||
|
|
||||||
|
|
||||||
clean: clean-custom
|
clean: clean-custom
|
||||||
|
|
Loading…
Add table
Reference in a new issue