fix sanefile

This commit is contained in:
Miguel M 2023-05-01 20:00:23 +01:00
parent e629213ee0
commit 51e1228af0
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from sane import *
COMPILER = "gcc"
COMPILE_FLAGS = [
"-std=c11",
"-g",
"-g3",
"-O0",
"-Wall",
"-Wextra",