mirror of
https://github.com/NishiOwO/arena.git
synced 2025-04-21 08:44:39 +00:00
update
This commit is contained in:
parent
7003b38ca8
commit
e9f849539c
@ -19,6 +19,10 @@ CFLAGS = -O -g
|
|||||||
# CFLAGS = -Wall -g
|
# CFLAGS = -Wall -g
|
||||||
LFLAGS = -static
|
LFLAGS = -static
|
||||||
|
|
||||||
|
ifeq ($(shell uname -m),x86_64)
|
||||||
|
CFLAGS += -DPOINTER_IS_64BIT
|
||||||
|
endif
|
||||||
|
|
||||||
# In both cases: Ask for static linking so that binary will be transportable
|
# In both cases: Ask for static linking so that binary will be transportable
|
||||||
|
|
||||||
# Directory for installed binary:
|
# Directory for installed binary:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user