mame: mention vs2019_clang

produces a build that runs as fast as the gcc one, but is as small as the msvc one, and you can still fully debug it in VS
This commit is contained in:
feos 2021-12-30 22:57:05 +03:00
parent 17951862ab
commit b20fdb8e85
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Build command
make SUBTARGET=arcade NO_USE_PORTAUDIO=1 DONT_USE_NETWORK=1 NO_USE_MIDI=1 MAIN_SHARED_LIB=1 BIN_DIR="..\somewhere\BizHawk\output\dll" OPTIMIZE=3 PTR64=1 REGENIE=1 -j8
make SUBTARGET=arcade NO_USE_PORTAUDIO=1 DONT_USE_NETWORK=1 NO_USE_MIDI=1 MAIN_SHARED_LIB=1 BIN_DIR="..\somewhere\BizHawk\output\dll" OPTIMIZE=3 PTR64=1 REGENIE=1 vs2019_clang -j8
FrameAdvance()