dev(none):Теперь собирается
This commit is contained in:
parent
c503b0023c
commit
87d406ee56
@ -188,7 +188,7 @@ generate_export_header(profinet
|
||||
|
||||
set_target_properties (profinet pn_dev
|
||||
PROPERTIES
|
||||
C_STANDARD 99
|
||||
C_STANDARD 11
|
||||
)
|
||||
|
||||
target_compile_features(profinet PUBLIC c_std_99)
|
||||
|
||||
@ -47,7 +47,6 @@ target_compile_options(profinet
|
||||
PRIVATE
|
||||
-Wall
|
||||
-Wextra
|
||||
-Werror
|
||||
-Wno-unused-parameter
|
||||
-ffunction-sections
|
||||
-fdata-sections
|
||||
@ -83,7 +82,6 @@ target_compile_options(pn_dev
|
||||
PRIVATE
|
||||
-Wall
|
||||
-Wextra
|
||||
-Werror
|
||||
-Wno-unused-parameter
|
||||
-ffunction-sections
|
||||
-fdata-sections
|
||||
|
||||
Loading…
Reference in New Issue
Block a user