diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-07-09 16:01:17 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2023-07-09 16:01:28 +0300 |
| commit | e874ddb8cee278eded7611cecbc8b2b086e3d6c9 (patch) | |
| tree | 4dc2e9f318c7e46ca2baef884801825d01f51aca /example/Makefile | |
| parent | f95b9ab26942abab844543151c025cead34cca5a (diff) | |
| download | bcgen-e874ddb8cee278eded7611cecbc8b2b086e3d6c9.tar.gz bcgen-e874ddb8cee278eded7611cecbc8b2b086e3d6c9.zip | |
add notes about compilation speed
Diffstat (limited to 'example/Makefile')
| -rw-r--r-- | example/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/Makefile b/example/Makefile index d9b0158..c5b3d9f 100644 --- a/example/Makefile +++ b/example/Makefile @@ -1,4 +1,4 @@ -CFLAGS = -Wall -Wextra -g -O2 +CFLAGS = -Wall -Wextra -g -O2 -fno-tree-fre -fno-gcse -fno-expensive-optimizations all: exec |
