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
|
set_target_properties (profinet pn_dev
|
||||||
PROPERTIES
|
PROPERTIES
|
||||||
C_STANDARD 99
|
C_STANDARD 11
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_features(profinet PUBLIC c_std_99)
|
target_compile_features(profinet PUBLIC c_std_99)
|
||||||
|
|||||||
@ -47,7 +47,6 @@ target_compile_options(profinet
|
|||||||
PRIVATE
|
PRIVATE
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
-Werror
|
|
||||||
-Wno-unused-parameter
|
-Wno-unused-parameter
|
||||||
-ffunction-sections
|
-ffunction-sections
|
||||||
-fdata-sections
|
-fdata-sections
|
||||||
@ -83,7 +82,6 @@ target_compile_options(pn_dev
|
|||||||
PRIVATE
|
PRIVATE
|
||||||
-Wall
|
-Wall
|
||||||
-Wextra
|
-Wextra
|
||||||
-Werror
|
|
||||||
-Wno-unused-parameter
|
-Wno-unused-parameter
|
||||||
-ffunction-sections
|
-ffunction-sections
|
||||||
-fdata-sections
|
-fdata-sections
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user