- Enabled -Wpadded, -Wsign-compare, -Wconversion, -Wpointer-arith (gcc)
git-svn-id: svn://svn.code.sf.net/p/loki-lib/code/trunk@501 7ec92016-0320-0410-acc4-a06ded1c099a
This commit is contained in:
parent
e2a042aa25
commit
a36bcf0b79
12 changed files with 12 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
BIN1 = main
|
||||
BIN2 = main2
|
||||
CXXFLAGS = -Wall -Wold-style-cast -Wundef -pedantic -fexpensive-optimizations -O3
|
||||
CXXFLAGS = -Wall -Wold-style-cast -Wundef -Wpadded -Wsign-compare -Wconversion -Wpointer-arith -pedantic -fexpensive-optimizations -O3
|
||||
CPPFLAGS = -I../../include -DNDEBUG
|
||||
LDFLAGS = -L../../lib
|
||||
LDLIBS = -lloki
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue