Created
December 1, 2017 11:20
-
-
Save iddm/23e1150398eee396f118e3ff664d8086 to your computer and use it in GitHub Desktop.
C++ strict compiler flags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Wall -Werror -Wextra -Wno-unused -Wcast-align -Wcast-qual -Wctor-dtor-privacy | |
-Wdisabled-optimization -Wformat=2 -Winit-self -Wmissing-declarations | |
-Wmissing-include-dirs -Wold-style-cast -Woverloaded-virtual -Wredundant-decls | |
-Wshadow -Wsign-conversion -Wsign-promo -Wstrict-overflow=5 -Wswitch-default | |
-Wundef -Wabi -Winline -Wzero-as-null-pointer-constant |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment