Skip to content
Permalink
Browse files
Fix build
  • Loading branch information
asherkin committed Dec 28, 2020
1 parent 24affc9 commit e50750c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -207,9 +207,9 @@ class MMSConfig(object):
# Don't omit the frame pointer.
# This needs to be after our optimization flags which could otherwise disable it.
if cxx.behavior == 'gcc':
cxx.cflags += ['-fno-omit-frame-pointer']
cfg.cflags += ['-fno-omit-frame-pointer']
elif cxx.behavior == 'msvc':
cxx.cflags += ['/Oy-']
cfg.cflags += ['/Oy-']

# Platform-specifics
if builder.target_platform == 'linux':

0 comments on commit e50750c

Please sign in to comment.