File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ DEBUG_CFLAGS=-DDEBUG \
2525 -Wmissing-prototypes -Wstrict-prototypes -Wstrict-overflow -Wcast-align \
2626 -fsanitize=leak,address,undefined -fsanitize-undefined-trap-on-error -fstack-protector-strong \
2727 -O0 -ggdb
28- RELEASE_CFLAGS =-O3 -flto -march=native -Wmaybe-uninitialized
28+ RELEASE_CFLAGS =-O3 -flto -march=native
2929
3030FILES =dictpopup.c util.c platformdep.c deinflector.c settings.c db.c ankiconnectc.c database.c jppron.c pdjson.c
3131FILES_H =ankiconnectc.h db.h deinflector.h settings.h util.h platformdep.h database.h jppron.h pdjson.h
@@ -67,7 +67,7 @@ release:
6767
6868CONFIG_DIR =${DESTDIR}${PREFIX}/share/dictpopup
6969
70- install : default
70+ install : all
7171 mkdir -p ${DESTDIR}${PREFIX} /bin
7272 mkdir -p ${DESTDIR} $(PREFIX ) /share/man/man1
7373
You can’t perform that action at this time.
0 commit comments