mirror of
https://github.com/Alukym/VMProtect-Source.git
synced 2025-06-07 18:37:50 -05:00
5 lines
116 B
Makefile
5 lines
116 B
Makefile
ARCH := x86_64-linux-gnu
|
|
ARCH_DIR := 64
|
|
LFLAGS := $(LFLAGS) -Wl,-z,max-page-size=4096
|
|
include lin_runtime.mak
|