~mmach/netext73/lz4

« back to all changes in this revision

Viewing changes to lib/dll/example/Makefile

  • Committer: mmach
  • Date: 2020-11-29 19:46:48 UTC
  • Revision ID: netbit73@gmail.com-20201129194648-8g87ivgzol71gnma
1.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
LIBDIR  := ../static
29
29
DLLDIR  := ../dll
30
30
 
31
 
CFLAGS  ?= -O3   # can select custom flags. For example : CFLAGS="-O2 -g" make
 
31
CFLAGS  ?= -O2 -g   # can select custom flags. For example : CFLAGS="-O2 -g" make
32
32
CFLAGS  += -Wall -Wextra -Wundef -Wcast-qual -Wcast-align -Wshadow -Wswitch-enum \
33
33
           -Wdeclaration-after-statement -Wstrict-prototypes \
34
34
           -Wpointer-arith -Wstrict-aliasing=1
59
59
        $(CC) $(FLAGS) $^ -o $@$(EXT) -DLZ4_DLL_IMPORT=1 $(DLLDIR)/liblz4.dll
60
60
 
61
61
clean:
62
 
        @$(RM) fullbench-dll$(EXT) fullbench-lib$(EXT) \
63
 
        @echo Cleaning completed
 
62
        $(RM) fullbench-dll$(EXT) fullbench-lib$(EXT) \
 
63
        echo Cleaning completed