diff options
| -rw-r--r-- | makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ bin:=$(notdir $(shell pwd)) src:=$(shell ls *.c) obj:=$(src:.c=.o) -libs:=luajit +libs?=luajit CFLAGS?=\ -march=native -O3 -flto \ |
![]() |
index : mqhttp.git | |
| Unnamed repository; edit this file 'description' to name the repository. |
| summaryrefslogtreecommitdiff |
| -rw-r--r-- | makefile | 2 |
@@ -2,7 +2,7 @@ bin:=$(notdir $(shell pwd)) src:=$(shell ls *.c) obj:=$(src:.c=.o) -libs:=luajit +libs?=luajit CFLAGS?=\ -march=native -O3 -flto \ |