Skip to content

Commit

Permalink
[core] Disable default libc++ usage as it causes breakage when using …
Browse files Browse the repository at this point in the history
…older GCCs
  • Loading branch information
jcelerier committed Nov 19, 2024
1 parent 078cd56 commit 48e4405
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/avendish.sources.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function(avnd_target_setup AVND_FX_TARGET)
target_compile_options(
${AVND_FX_TARGET}
PUBLIC
-stdlib=libc++
# -stdlib=libc++
# -flto
-fno-stack-protector
-fno-ident
Expand Down

0 comments on commit 48e4405

Please sign in to comment.