mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 00:43:09 +00:00
Sync with trunk r63192.
svn path=/branches/condrv_restructure/; revision=63193
This commit is contained in:
commit
7a0c3bde06
192 changed files with 39769 additions and 5166 deletions
|
@ -36,6 +36,9 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
|||
add_compile_flags("-Wno-microsoft")
|
||||
endif()
|
||||
|
||||
if(DBG)
|
||||
add_compile_flags_language("-Wold-style-declaration -Wdeclaration-after-statement" "C")
|
||||
endif()
|
||||
add_compile_flags_language("-fno-rtti -fno-exceptions" "CXX")
|
||||
|
||||
#bug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue