diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-09-27 17:03:06 +0200 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2022-11-01 16:26:16 +0100 |
| commit | 980858186149651df5543b6fc99a4f7db0cdd089 (patch) | |
| tree | d347200b0a562d84df505097651ad0642f207fdd /cmake/host.cmake | |
| parent | 39f50e601d395bbd2d78d0147ac530b756da2fff (diff) | |
| download | jancity-980858186149651df5543b6fc99a4f7db0cdd089.tar.gz | |
WIP
Diffstat (limited to 'cmake/host.cmake')
| -rw-r--r-- | cmake/host.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/host.cmake b/cmake/host.cmake index 6fa47b9..36d7d70 100644 --- a/cmake/host.cmake +++ b/cmake/host.cmake @@ -1,5 +1,5 @@ if(CMAKE_BUILD_TYPE STREQUAL "Debug") - set(cflags ${cflags} -Og) + set(cflags ${cflags} -Og) else() set(cflags ${cflags} -O3) endif() |
