Skip to content

Commit eb2302b

Browse files
committed
Fix typo in compiler option.
1 parent bfa10cd commit eb2302b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ fast_linkflags = ['-s']
2525

2626
# Platform specific intricacies.
2727
if env['PLATFORM'] == 'darwin':
28-
env.AppendUnique(CXXFLAGS='-ftemplate-depth=256')
28+
env.AppendUnique(CXXFLAGS='-ftemplate-depth-256')
2929
fast_linkflags[:] = []
3030

3131
# configure version specific options.

0 commit comments

Comments
 (0)