From 7b95116baa2299cf63c8acbf9e3a61d28e800588 Mon Sep 17 00:00:00 2001 From: aiminick Date: Sun, 15 Aug 2021 21:33:21 +0800 Subject: [PATCH] Update note.md --- docs/notes/note.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/notes/note.md b/docs/notes/note.md index 3939f0a..6e4f0cb 100644 --- a/docs/notes/note.md +++ b/docs/notes/note.md @@ -84,3 +84,14 @@ apt-key list | grep 'F164 B941 4332 FC54' ``` https://aka.ms/linux-arm64-deb ``` + +---- + +#### unixbench + +``` +UB_GCC_OPTIONS='-O3 -fomit-frame-pointer -fforce-addr -ffast-math -Wall -march=armv8-a -mtune=cortex-a72' +make + +stop system service not used +```