Updated makefiles to remove unnecessary c++ compiler flags

This commit is contained in:
Veit Heller
2014-11-23 19:03:10 +01:00
parent 0375806c90
commit 07276224da
2 changed files with 2 additions and 2 deletions

View File

@@ -21,7 +21,7 @@ tests:
#Uses picky extensions and makes everything(Extensions may break compiling)
dev:
make all CFLAGS+=-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith -Weffc++
make all CFLAGS+=-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith
#Cleans directory(no uninstall!)
clean:

View File

@@ -13,7 +13,7 @@ all:
#Uses picky extensions and makes everything(Extensions may break compiling)
dev:
make all CFLAGS+=-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith -Weffc++
make all CFLAGS+=-Wshadow -Wunreachable-code -Wswitch-enum -Wswitch-default -Wcast-align -Winit-self -Wpointer-arith
#Makes a debug build
debug: