Add pragma to restrict optimization

This commit is contained in:
Martin Kroeker
2023-06-24 12:32:07 +02:00
committed by GitHub
parent 5a0caf4476
commit fdb7d189cb

View File

@@ -1,3 +1,4 @@
#pragma GCC optimize "O1"
#include "common.h"
#include <riscv_vector.h>