diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-03-09 18:06:10 +0300 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-03-09 18:06:10 +0300 |
commit | 18ce121d4243358bc55a0474a529efe2580a0610 (patch) | |
tree | 046805a312734ed2b477b6782d66e754e928f371 /Makefile | |
parent | 8869f95373fa61cd425da31dbc5e2b1b536363d3 (diff) | |
download | magi-18ce121d4243358bc55a0474a529efe2580a0610.tar magi-18ce121d4243358bc55a0474a529efe2580a0610.tar.xz magi-18ce121d4243358bc55a0474a529efe2580a0610.zip |
[magi]
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -13,7 +13,7 @@ CC = gcc LIB = libmagi.a # Compile under the most strict conditions: -CFLAGS = -xc -ansi -pedantic -Wall +CFLAGS = -xc -ansi -pedantic -Wall -Wextra # Debug and optimisation are not compatible: ifeq '$(DEBUG)' 'yes' CFLAGS += -g -O0 |