Added CXXFLAGS and CFLAGS to config variables.
This commit is contained in:
parent
6c1ad82c16
commit
cc5fd2d668
@ -250,6 +250,8 @@ vars.Add('CC', 'The C Compiler', default_CC)
|
|||||||
vars.Add('CXX', 'The C++ Compiler', default_CXX)
|
vars.Add('CXX', 'The C++ Compiler', default_CXX)
|
||||||
vars.Add('LINK', 'The Linker')
|
vars.Add('LINK', 'The Linker')
|
||||||
vars.Add('CCFLAGS', 'C/C++ Compiler Flags')
|
vars.Add('CCFLAGS', 'C/C++ Compiler Flags')
|
||||||
|
vars.Add('CFLAGS', 'C Compiler Flags')
|
||||||
|
vars.Add('CXXFLAGS', 'C++ Compiler Flags')
|
||||||
vars.Add('LINKFLAGS', 'Linker Flags')
|
vars.Add('LINKFLAGS', 'Linker Flags')
|
||||||
vars.Add('PYTHON', 'Python Executable', 'python')
|
vars.Add('PYTHON', 'Python Executable', 'python')
|
||||||
vars.Add('COMPILATIONDB_FILTER_FILES', 'Removes source files from the compilation DB that are not from the current project.', True)
|
vars.Add('COMPILATIONDB_FILTER_FILES', 'Removes source files from the compilation DB that are not from the current project.', True)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user