diff options
author | Aleksey Veresov <aleksey@veresov.pro> | 2020-06-21 21:27:46 +0000 |
---|---|---|
committer | Aleksey Veresov <aleksey@veresov.pro> | 2020-06-21 21:27:46 +0000 |
commit | 4570daec42c1e38c2df88facc23743f45f907b3d (patch) | |
tree | 3ebfe39d2764d79506cf86359d5ac36b89b01352 /Makefile | |
parent | 07657b8a9f5c2fd9047594ec8604b9c439a999e4 (diff) | |
download | magi-4570daec42c1e38c2df88facc23743f45f907b3d.tar magi-4570daec42c1e38c2df88facc23743f45f907b3d.tar.xz magi-4570daec42c1e38c2df88facc23743f45f907b3d.zip |
Documentation started.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -8,8 +8,8 @@ CC ?= gcc # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Preparations -# Compile under the most strict conditions: -CFLAGS = -xc -ansi -pedantic -Wall -Wextra +# Compile as ANSI C code: +CFLAGS = -xc -ansi -Wall # Specify linker to use the library: LFLAGS = -L$(BUILD) -lmagi # Debug and optimisation (as well as -static for valgrind) are not compatible: |