@@ -210,12 +210,12 @@ add_option( "cxx-use-shell-environment", "use $CXX from shell for C++ compiler"
210
210
add_option ( "ld" , "linker to use" , 1 , True )
211
211
add_option ( "c++11" , "enable c++11 support (experimental)" , 0 , True )
212
212
213
- add_option ( "cpppath" , "Include path if you have headers in a nonstandard directory" , 1 , True )
214
- add_option ( "libpath" , "Library path if you have libraries in a nonstandard directory" , 1 , True )
213
+ add_option ( "cpppath" , "Include path if you have headers in a nonstandard directory" , 1 , False )
214
+ add_option ( "libpath" , "Library path if you have libraries in a nonstandard directory" , 1 , False )
215
215
216
- add_option ( "extrapath" , "comma separated list of add'l paths (--extrapath /opt/foo/,/foo) static linking" , 1 , True )
217
- add_option ( "extrapathdyn" , "comma separated list of add'l paths (--extrapath /opt/foo/,/foo) dynamic linking" , 1 , True )
218
- add_option ( "extralib" , "comma separated list of libraries (--extralib js_static,readline" , 1 , True )
216
+ add_option ( "extrapath" , "comma separated list of add'l paths (--extrapath /opt/foo/,/foo) static linking" , 1 , False )
217
+ add_option ( "extrapathdyn" , "comma separated list of add'l paths (--extrapath /opt/foo/,/foo) dynamic linking" , 1 , False )
218
+ add_option ( "extralib" , "comma separated list of libraries (--extralib js_static,readline" , 1 , False )
219
219
220
220
add_option ( "no-glibc-check" , "don't check for new versions of glibc" , 0 , False )
221
221
0 commit comments