Updated makefiles to remove unnecessary c++ compiler flags
This commit is contained in:
@@ -21,7 +21,7 @@ tests:
|
|||||||
|
|
||||||
#Uses picky extensions and makes everything(Extensions may break compiling)
|
#Uses picky extensions and makes everything(Extensions may break compiling)
|
||||||
dev:
|
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!)
|
#Cleans directory(no uninstall!)
|
||||||
clean:
|
clean:
|
||||||
|
@@ -13,7 +13,7 @@ all:
|
|||||||
|
|
||||||
#Uses picky extensions and makes everything(Extensions may break compiling)
|
#Uses picky extensions and makes everything(Extensions may break compiling)
|
||||||
dev:
|
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
|
#Makes a debug build
|
||||||
debug:
|
debug:
|
||||||
|
Reference in New Issue
Block a user