mirror of
https://github.com/berlin-open-wireless-lab/DAWN.git
synced 2025-03-09 15:40:12 +00:00
CMAKE
This commit is contained in:
parent
a710d499dd
commit
87096ca121
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ PROJECT(dawn)
|
|||
|
||||
INCLUDE_DIRECTORIES(include)
|
||||
|
||||
ADD_DEFINITIONS(-Os -Wall --std=gnu99 -Wmissing-declarations -Wno-unknown-warning-option -Wno-format-truncation)
|
||||
ADD_DEFINITIONS(-Os -Wall -Werror --std=gnu99 -Wmissing-declarations -Wno-unknown-warning-option -Wno-format-truncation)
|
||||
|
||||
SET(CMAKE_SHARED_LIBRARY_LINK_C_FLAGS "")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue