Skip to content

bootstrap: Add support for VAR=value options to specify tools and flags

princeofdream requested to merge princeofdream/cmake:master into master

Use "./configure CFLAGS=... CC=... CXXFLAG=... CXX=... LDFLAGS=..." instead of env. export FLAGS temporarily for link.txt etc. using env will interfere other projects, and no other things changes

Topic-rename: bootstrap-var-options

Edited by Brad King

Merge request reports