This commit is contained in:
2025-05-04 11:24:16 -04:00
parent 673eb4d056
commit 42aed25b51
2 changed files with 91 additions and 13 deletions

View File

@ -107,8 +107,8 @@ $compiler_args += $flag_compile, $unit
$compiler_args | ForEach-Object { Write-Host $_ }
write-host
# $compiler_args += ( $flag_define + "DEMO_STR_SLICE" )
# $compiler_args += ( $flag_define + "DEMO_STR_SLICE" )
# $compiler_args += ( $flag_define + 'DEMO_STR_SLICE' )
# $compiler_args += ( $flag_define + 'DEMO__FILE_READ_CONTENTS_V1' )
# Compile the unit
& $compiler $compiler_args