Skip to content

Commit

Permalink
Build windows binaries with -mstackrealign
Browse files Browse the repository at this point in the history
Fixes #855

Signed-off-by: falkTX <[email protected]>
  • Loading branch information
falkTX committed Mar 10, 2019
1 parent 8d065dc commit 2721a70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions source/Makefile.mk
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ ifeq ($(WIN32),true)
# mingw has issues with this specific optimization
# See https://github.com/falkTX/Carla/issues/696
BASE_OPTS += -fno-rerun-cse-after-loop
# See https://github.com/falkTX/Carla/issues/855
BASE_OPTS += -mstackrealign
ifeq ($(BUILDING_FOR_WINDOWS),true)
BASE_FLAGS += -DBUILDING_CARLA_FOR_WINDOWS
endif
Expand Down

0 comments on commit 2721a70

Please sign in to comment.