diff options
| author | Aleksey Veresov <aleksey@veresov.pro> | 2021-12-26 13:48:58 +0300 |
|---|---|---|
| committer | Aleksey Veresov <aleksey@veresov.pro> | 2021-12-26 13:48:58 +0300 |
| commit | cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e (patch) | |
| tree | d373d89ecacf82331df3317be712b8dbc256ac68 /Makefile | |
| parent | 23350cf68d90a715bbd657bbf0f26f581fb93e83 (diff) | |
| download | csx-cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e.tar csx-cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e.tar.xz csx-cd4d1f3d31a9a9100c50a8158ee58f69aa87a42e.zip | |
.
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ WINDOWS ?= no # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # Preparations # Compile as ANSI C code: -CFLAGS = -xc -ansi -Wall +CFLAGS = -xc -ansi -Wall -pedantic # Specify linker to use the library: LFLAGS = -L$(BUILD) -lcsx # Debug and optimisation (as well as -static for valgrind) are not compatible: |
