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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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