diff options
| -rw-r--r-- | ctor.cc | 2 | 
1 files changed, 2 insertions, 0 deletions
| @@ -63,6 +63,7 @@ BuildConfigurations myConfigs()  				.cxxflags = {  					"-fPIC",  					"-Wall", "-Werror", "-Wextra",// "-Wconversion", +					"-Wno-deprecated-copy",  					"-g",  				},  			}, @@ -93,6 +94,7 @@ BuildConfigurations myConfigs()  				.cxxflags = {  					"-fPIC",  					"-Wall", "-Werror", "-Wextra",// "-Wconversion", +					"-Wno-deprecated-copy",  					"-g",  				},  			}, | 
