diff options
author | gramanas <anastasis.gramm2@gmail.com> | 2024-05-26 23:28:28 +0300 |
---|---|---|
committer | gramanas <anastasis.gramm2@gmail.com> | 2024-05-26 23:28:28 +0300 |
commit | 1f6538bcaf379cb3fe257a0053e4e7567f8ddb98 (patch) | |
tree | 24e7ec078b9618b596d6265ccfe45137ad37d497 /src/Makefile.am | |
parent | d56a036fd406ca63b07888b2dbb91b56cad7e40c (diff) | |
download | cgame-1f6538bcaf379cb3fe257a0053e4e7567f8ddb98.tar.gz cgame-1f6538bcaf379cb3fe257a0053e4e7567f8ddb98.tar.bz2 cgame-1f6538bcaf379cb3fe257a0053e4e7567f8ddb98.zip |
Begin vksetup.h
Diffstat (limited to 'src/Makefile.am')
-rw-r--r-- | src/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index b7e2182..30ca37f 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -2,7 +2,6 @@ bin_PROGRAMS = game common_sources = state.h - AM_LDFLAGS = -fuse-ld=lld -flto # -fwhole-program allows cross-file inlining, but only works when you put all |