mirror of
https://github.com/compiler-explorer/compiler-explorer.git
synced 2025-12-27 09:23:52 -05:00
- Make it easy/possible to run compiler-explorer-zig locally (see first commit) - Dont strip debug info, add explicit flag for this (second commit) - Allow filtering library functions. (it doesn't work super great atm, but at least some of the hundreds of thousands of lines get filtered out).
15 lines
393 B
Properties
15 lines
393 B
Properties
compilers=zig:/usr/bin/zig
|
|
supportsBinary=true
|
|
compilerType=zig
|
|
objdumper=objdump
|
|
versionFlag=version
|
|
binaryHideFuncRe=^(_.*|call_gmon_start|(de)?register_tm_clones|frame_dummy|.*@plt.*)$
|
|
isSemVer=true
|
|
semver=trunk
|
|
supportsLibraryCodeFilter=true
|
|
|
|
#################################
|
|
#################################
|
|
# Installed libs (See c++.amazon.properties for a scheme of libs group)
|
|
libs=
|