add target for building 32bit lib
parent
8ffb2dc03c
commit
c863d511af
3
Makefile
3
Makefile
|
@ -23,9 +23,12 @@ $(OBJ) : $(HEADERS)
|
|||
|
||||
release: CXX_FLAGS += -DNDEBUG -DEMU_RELEASE_BUILD -Ofast
|
||||
release: LD_FLAGS += -lpthread
|
||||
release32: CXX_FLAGS += -m32
|
||||
release32: LD_FLAGS += -m32
|
||||
debug: CXX_FLAGS += -g3 -fsanitize=address
|
||||
debug: LD_FLAGS += -lasan
|
||||
release: library
|
||||
release32: release
|
||||
debug: library
|
||||
all: release
|
||||
|
||||
|
|
Loading…
Reference in New Issue