mirror of
https://github.com/radareorg/radare2.git
synced 2025-02-02 11:43:23 +00:00
b2e785fc61
* Make rabin2 support 'arm' instead of 'asm_arm' for -a (autoprefix 'asm_') * Some build fixtures * Static plugins are configurable in libr/config.mk and libr/config.h
8 lines
117 B
C
8 lines
117 B
C
#ifndef _INCLUDE_CONFIG_H_
|
|
#define _INCLUDE_CONFIG_H_
|
|
|
|
#define R_ASM_STATIC_PLUGINS \
|
|
&r_asm_plugin_java, 0
|
|
|
|
#endif
|