diff options
| author | Pjotr Prins | 2024-05-03 13:31:05 +0200 |
|---|---|---|
| committer | Pjotr Prins | 2024-05-03 13:31:05 +0200 |
| commit | 8ccbdf293dcb99f460b2d038108c00ca4a73ad51 (patch) | |
| tree | e8583a7722e99e2eeefc18b967ac1acc849a88cc /Makefile | |
| parent | 8132837eb10a419a8b88fd54d728989a0df22db8 (diff) | |
| download | pangemma-8ccbdf293dcb99f460b2d038108c00ca4a73ad51.tar.gz | |
Built a static version of gemma
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile index f3cc024..1009a6e 100644 --- a/Makefile +++ b/Makefile @@ -145,9 +145,9 @@ debug check fast-check: CPPFLAGS += -g $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Isrc profile: CPPFLAGS += -g $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Isrc -release: CPPFLAGS += -DNDEBUG -O3 $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Isrc +release: CPPFLAGS += -DNDEBUG -g -O3 $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Isrc -static: CPPFLAGS += -DNDEBUG -O3 $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Isrc +static: CPPFLAGS += -DNDEBUG -g $(GCC_FLAGS) $(GSL_INCLUDE_PATH) -Isrc ifeq ($(SYS), WIN) |
