Skip to content
Snippets Groups Projects
Commit afd58304 authored by Andrea Shepard's avatar Andrea Shepard
Browse files

Mostly-fix optimized/profiled build

parent 33b654b9
No related branches found
No related tags found
No related merge requests found
......@@ -112,7 +112,8 @@ if env['CC'] == 'cl':
]
)
else:
env.MergeFlags('-std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes -Wno-unused-variable')
# -Wno-clobbered only really works with gcc >= 4.2.x, but ... scons
env.MergeFlags('-std=c99 -D_POSIX_C_SOURCE=200809L -Wall -Wextra -Werror -Wno-unused-parameter -Wno-attributes -Wno-unused-variable -Wno-clobbered')
# Linker options
if env['PLATFORM'] == 'darwin':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment