setup inital build script to start tackling compile errors

This commit is contained in:
ed
2025-02-08 20:54:50 -05:00
parent 14d6c45e91
commit b42f4631ed
7 changed files with 254 additions and 28 deletions
-1
View File
@@ -404,7 +404,6 @@ if ( $vendor -match "msvc" )
$flag_optimize_intrinsics = '/Oi'
$flag_optimized_debug_forceinline = '/d2Obforceinline'
$flag_optimized_debug = '/Zo'
$flag_
# $flag_out_name = '/OUT:'
$flag_path_interm = '/Fo'
$flag_path_debug = '/Fd'