This commit is contained in:
tTh
2022-05-21 13:41:20 +02:00
parent bcd64245d2
commit 9cbbb35cde
6 changed files with 16 additions and 13 deletions

View File

@@ -10,7 +10,7 @@
CC = gcc
OPT = -Wall -g -DDEBUG_LEVEL=0 -DMUST_ABORT=0
OPT = -Wall -g -O3 -DDEBUG_LEVEL=0 -DMUST_ABORT=0
libbubulles.a: bubulles.o importobj.o
ar r $@ $?