diff options
| -rw-r--r-- | src/CMakeLists.txt | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index a1d87bbbc..3f781a547 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt | |||
| @@ -49,7 +49,10 @@ if (MSVC) | |||
| 49 | set(CMAKE_EXE_LINKER_FLAGS_DEBUG "/DEBUG /MANIFEST:NO" CACHE STRING "" FORCE) | 49 | set(CMAKE_EXE_LINKER_FLAGS_DEBUG "/DEBUG /MANIFEST:NO" CACHE STRING "" FORCE) |
| 50 | set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG /MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE) | 50 | set(CMAKE_EXE_LINKER_FLAGS_RELEASE "/DEBUG /MANIFEST:NO /INCREMENTAL:NO /OPT:REF,ICF" CACHE STRING "" FORCE) |
| 51 | else() | 51 | else() |
| 52 | add_compile_options("-Wno-attributes") | 52 | add_compile_options( |
| 53 | -Wall | ||
| 54 | -Wno-attributes | ||
| 55 | ) | ||
| 53 | 56 | ||
| 54 | if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang) | 57 | if (APPLE AND CMAKE_CXX_COMPILER_ID STREQUAL Clang) |
| 55 | add_compile_options("-stdlib=libc++") | 58 | add_compile_options("-stdlib=libc++") |