Commit 7a0a4d4d by Alan Mishchenko

Added a warning to Makefile about setting compilation flags when compiling on 32-bit Linux.

parent 0a5d856c
...@@ -34,6 +34,9 @@ MODULES := \ ...@@ -34,6 +34,9 @@ MODULES := \
all: $(PROG) all: $(PROG)
default: $(PROG) default: $(PROG)
# Please note that to compile on 32-bit Linux the following optflags are required:
# -DLIN -DSIZEOF_VOID_P=4 -DSIZEOF_LONG=4
#OPTFLAGS := -DNDEBUG -O3 -DLIN #OPTFLAGS := -DNDEBUG -O3 -DLIN
#OPTFLAGS := -DNDEBUG -O3 -DLIN64 #OPTFLAGS := -DNDEBUG -O3 -DLIN64
#OPTFLAGS := -g -O -DLIN -m32 #OPTFLAGS := -g -O -DLIN -m32
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment