Skip to content

Commit

Permalink
Remove -gsimple-template-names, unsupported
Browse files Browse the repository at this point in the history
  • Loading branch information
GameChaos committed Nov 25, 2024
1 parent 32b864a commit 1938d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AMBuildScript
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ class MMSPluginConfig(object):
if builder.options.opt == '1':
cxx.defines += ['NDEBUG']
if cxx.behavior == 'gcc':
cxx.cflags += ['-O3', '-flto', '-gsimple-template-names']
cxx.cflags += ['-O3', '-flto']
cxx.cxxflags += ['-g1'] # override ambuild's default -g3 flag.
cxx.linkflags += ['-flto']
elif cxx.behavior == 'msvc':
Expand Down

0 comments on commit 1938d3e

Please sign in to comment.