Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed May 14, 2024
1 parent e412b8d commit 72fca07
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
clang -O3 main.cpp -o main_cpp_clang_O3
clang -O3 -fno-omit-frame-pointer main.cpp -o main_cpp_clang_no_omit_fp_O3
clang -O3 -mbranch-protection=pac-ret main.cpp -o main_cpp_clang_pac
'';
installPhase = ''
mkdir -p $out/bin
Expand Down

0 comments on commit 72fca07

Please sign in to comment.