diff options
author | Your Name <you@example.com> | 2021-08-17 08:54:45 -0400 |
---|---|---|
committer | Your Name <you@example.com> | 2021-08-17 08:54:45 -0400 |
commit | 5e4240ea795c992635a3cfc464d760205e07bf05 (patch) | |
tree | b2a19cded0a2194a4554ceca7a1bbb69d1633701 /configure | |
parent | 8c884838ced928d29a8436be8b2808766c5a1e53 (diff) | |
download | annotator-5e4240ea795c992635a3cfc464d760205e07bf05.tar.gz annotator-5e4240ea795c992635a3cfc464d760205e07bf05.tar.bz2 annotator-5e4240ea795c992635a3cfc464d760205e07bf05.zip |
Updated keys
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ LIBRARY= # List of libs as given to pkg-config LIBS="libconfuse opencv4" -CFLAGS="-c -Wall -fPIC -std=c++20" +CFLAGS="-c -Wall -fPIC -std=c++20 -Wno-deprecated-enum-enum-conversion" LDFLAGS= |