mirror of
https://github.com/accelerator74/Cleaner.git
synced 2025-12-07 10:38:27 +00:00
Update AMBuildScript
This commit is contained in:
parent
77a1cc2a63
commit
efcc487032
@ -277,8 +277,8 @@ 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.
|
# Don't omit the frame pointer.
|
||||||
cxx.cflags += ['-fno-omit-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':
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user