Skip to content

Commit

Permalink
Disable linking of c library
Browse files Browse the repository at this point in the history
  • Loading branch information
langmm committed May 23, 2024
1 parent eab31d3 commit ce90a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yggdrasil/drivers/CModelDriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ class GCCCompiler(CCompilerBase):
default_disassembler = 'objdump'
toolset = 'gnu'
aliases = ['gnu-cc', 'gnu-gcc']
standard_library = 'c'
# standard_library = 'c'
compatible_toolsets = ['llvm']
libraries = {
'asan': {'dep_executable_flags': ['-fsanitize=address'],
Expand Down

0 comments on commit ce90a8f

Please sign in to comment.