medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit fe5e43027c366ba2aefd38febda16170fd0013d9
parent 31d6516a0e780033c4db5e86261b5aa9f21cd935
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sat Nov 19 12:16:24 +0200

Always build LZ4 with -O3

Diffstat:
Makefile | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Makefile b/Makefile @@ -10,6 +10,9 @@ pp: pp.o log.o memory_arena.o stb_image.o lz4.o lz4hc.o strlcpy.o sound: audio.o mixer.o log.o memory_arena.o wave.o platform_audio_output.o srv: server/main.o rng/well512.o +lz4.o: CXXFLAGS += -O3 +lz4hc.o: CXXFLAGS += -O3 + # Module dependencies bsp.so: bsp.o bsp_renderer.o hm.so: hm.o heightmap.o terrain_manager.o lz4.o btt.o gpubtt.o skybox.o