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 /examples/Makefile | |
parent | 8869f95373fa61cd425da31dbc5e2b1b536363d3 (diff) | |
download | magi-18ce121d4243358bc55a0474a529efe2580a0610.tar magi-18ce121d4243358bc55a0474a529efe2580a0610.tar.xz magi-18ce121d4243358bc55a0474a529efe2580a0610.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 f2c366b..991f936 100644 --- a/examples/Makefile +++ b/examples/Makefile @@ -11,7 +11,7 @@ CC = gcc # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Preparations # 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 |