mirror of
https://github.com/Obfuscator-Collections/VMProtect.git
synced 2024-12-26 16:29:34 +03: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
|