Skip to content

Commit

Permalink
Add no-op -fno-asan flag for ARM backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Svetlitski committed Feb 10, 2025
1 parent 1f71ecf commit fb6e329
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions backend/arm64/emit.mlp
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@ open Simple_operation
open Linear
open Emitaux

let command_line_options =
[ ( "-fno-asan",
Arg.Unit ignore,
"AddressSanitizer is currently only supported on X86-64; \
this flag does nothing on other architectures." ) ]
;;

(* Tradeoff between code size and code speed *)

let fastcode_flag = ref true
Expand Down

0 comments on commit fb6e329

Please sign in to comment.