mirror of
https://github.com/Ed94/gencpp.git
synced 2024-11-10 02:54:53 -08:00
Commenting out includes to diagnose...
This commit is contained in:
parent
68f34e6fab
commit
9f64760b7a
@ -122,6 +122,7 @@ if ( $vendor -match "clang" )
|
|||||||
$flag_debug = '-g'
|
$flag_debug = '-g'
|
||||||
$flag_debug_codeview = '-gcodeview'
|
$flag_debug_codeview = '-gcodeview'
|
||||||
$flag_define = '-D'
|
$flag_define = '-D'
|
||||||
|
$flag_preprocess = '-E'
|
||||||
$flag_include = '-I'
|
$flag_include = '-I'
|
||||||
$flag_library = '-l'
|
$flag_library = '-l'
|
||||||
$flag_library_path = '-L'
|
$flag_library_path = '-L'
|
||||||
@ -185,6 +186,8 @@ if ( $vendor -match "clang" )
|
|||||||
$compiler_args += $flag_warning + $_
|
$compiler_args += $flag_warning + $_
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# $compiler_args += $flag_preprocess
|
||||||
|
|
||||||
$compiler_args += $flag_compile, $unit
|
$compiler_args += $flag_compile, $unit
|
||||||
run-compiler $compiler $unit $compiler_args
|
run-compiler $compiler $unit $compiler_args
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user