User:Iguessthislldo/libx86emu: Difference between revisions

Line 45:
==== Building with the Zig Build System ====
 
If using the Zig build system to build the library, it always passes <code>-fsanitize=undefined</code> for C code in a debug mode, so it will need to be disabled. It can be disabled using by passing <code>-fsanitize-blacklist=BLACKLIST_FILE</code> to the C compile options, where <code>BLACKLIST_FILE</code> is a path to a file relative to the Zig build file. This file should contain something like:
 
[undefined]
Anonymous user