diff options
| author | Tristan Riehs <tristan.riehs@inria.fr> | 2026-08-04 23:52:34 +0200 |
|---|---|---|
| committer | Tristan Riehs <tristan.riehs@inria.fr> | 2026-08-04 23:52:34 +0200 |
| commit | a74ad85d75a4d43d51c42d03be4c2b53d63784cf (patch) | |
| tree | a0b4c701cbad04bf279e0e65487097dc47ded99d /Makefile | |
| parent | ae4385bba4f8bac88d86297205d9edc9aa663b45 (diff) | |
Enable compiler optimizations by defaultv1.0
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ PREFIX ?= /usr/local PROG ?= calculer -CFLAGS ?= -O0 -g3 +CFLAGS ?= -O2 -g LDFLAGS ?= LIBS ?= |
