Skip to content

Commit

Permalink
Added switch to force 32 bit compile
Browse files Browse the repository at this point in the history
  • Loading branch information
esophagus-now committed Aug 14, 2020
1 parent 6e57b93 commit 1e3feff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulation/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# From https://stackoverflow.com/questions/714100/os-detecting-makefile

CFLAGS = -c -Wall -g -fno-diagnostics-show-caret -fpic -Iinclude
LDFLAGS = -g -shared -Llib -lmtipli
CFLAGS = -m32 -static -c -Wall -g -fno-diagnostics-show-caret -fpic -Iinclude
LDFLAGS = -m32 -static -g -shared -Llib -lmtipli

ifeq ($(OS),Windows_NT)
LDFLAGS += -lws2_32
Expand Down

0 comments on commit 1e3feff

Please sign in to comment.