We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27ccec9 commit 2aea5fcCopy full SHA for 2aea5fc
src/trusted/service_runtime/build.scons
@@ -379,6 +379,7 @@ if (env.Bit('linux') and not env.Bit('built_elsewhere')):
379
bootstrap_env.Append(CCFLAGS=['-ffreestanding',
380
'-U__STDC_HOSTED__',
381
'-D__STDC_HOSTED__=1',
382
+ '-Wno-builtin-macro-redefined',
383
'-Qunused-arguments'])
384
compiler_override = ''
385
if env.Bit('build_x86_64'):
0 commit comments