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:
parent
17951862ab
commit
b20fdb8e85
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue