mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-06 18:18:27 +00:00
Update AMBuildScript
This commit is contained in:
parent
5aa6ab15d6
commit
77a1cc2a63
@ -277,6 +277,9 @@ class BuildInfo:
|
|||||||
if self.builder.options.opt == '1':
|
if self.builder.options.opt == '1':
|
||||||
cxx.cflags += ['-O3']
|
cxx.cflags += ['-O3']
|
||||||
|
|
||||||
|
# Don't omit the frame pointer.
|
||||||
|
cxx.cflags += ['-fno-omit-frame-pointer']
|
||||||
|
|
||||||
def configure_msvc(self, cxx):
|
def configure_msvc(self, cxx):
|
||||||
if self.builder.options.debug == '1':
|
if self.builder.options.debug == '1':
|
||||||
cxx.cflags += ['/MTd']
|
cxx.cflags += ['/MTd']
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user