Browse Source

Build windows binaries with -mstackrealign

Fixes #855

Signed-off-by: falkTX <falktx@falktx.com>
tags/v2.0.0
falkTX 5 years ago
parent
commit
c851ea0a02
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      source/Makefile.mk

+ 2
- 0
source/Makefile.mk View File

@@ -115,6 +115,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


Loading…
Cancel
Save