diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-03-13 19:22:39 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-03-13 19:22:39 +0300 |
commit | ac5114fdf74099a8ce8b9c154231e226e6883b94 (patch) | |
tree | e4224c1c37507366896470ce4e8e3467e8e407af /examples/Makefile | |
parent | 8f1e6faa7f548c9a8bcbcac71c8f239a6540b926 (diff) | |
download | magi-ac5114fdf74099a8ce8b9c154231e226e6883b94.tar magi-ac5114fdf74099a8ce8b9c154231e226e6883b94.tar.xz magi-ac5114fdf74099a8ce8b9c154231e226e6883b94.zip |
[magi]
Diffstat (limited to 'examples/Makefile')
-rw-r--r-- | examples/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Makefile b/examples/Makefile index 88af46d..4bf9eac 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -16,7 +16,7 @@ CFLAGS = -xc -ansi -pedantic -Wall -Wextra ifeq '$(DEBUG)' 'yes' CFLAGS += -g -O0 else -CFLAGS += -O3 +CFLAGS += -O3 -static endif # Including magi library headers and setting linker to use it: |