Skip to content

Commit

Permalink
Enable LTO
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousdannii committed Jan 30, 2021
1 parent bb35b99 commit 46a0603
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ project(Emglken

include(src/common.cmake)

set(CMAKE_INTERPROCEDURAL_OPTIMIZATION TRUE)

add_library(remglk STATIC)
add_sources(remglk "remglk/"
SRCS main.c rgevent.c rgfref.c rggestal.c
Expand Down

0 comments on commit 46a0603

Please sign in to comment.