Skip to content

Commit

Permalink
删除windows下-ffunction-sections;-fdata-sections编译选项
Browse files Browse the repository at this point in the history
  • Loading branch information
liuanlin-mx committed Jul 9, 2022
1 parent 09a77e8 commit 39b7ca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kicad_pcb_simulation.project
Original file line number Diff line number Diff line change
Expand Up @@ -228,8 +228,8 @@
</Completion>
</Configuration>
<Configuration Name="win64" CompilerType="MinGW 64bit ( MSYS2 64bit )" DebuggerType="GNU gdb debugger" Type="Executable" BuildCmpWithGlobalSettings="append" BuildLnkWithGlobalSettings="append" BuildResWithGlobalSettings="append">
<Compiler Options="-Os;-fopenmp;-Wall;-ffunction-sections;-fdata-sections" C_Options="-Os;-fopenmp;-Wall;-ffunction-sections;-fdata-sections" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="1"/>
<Linker Options="-static;-fopenmp;-Wl,--gc-sections" Required="yes">
<Compiler Options="-Os;-fopenmp;-Wall" C_Options="-Os;-fopenmp;-Wall" Assembler="" Required="yes" PreCompiledHeader="" PCHInCommandLine="no" PCHFlags="" PCHFlagsPolicy="1"/>
<Linker Options="-static;-s;-fopenmp;-Wl,--gc-sections" Required="yes">
<Library Value="opencv_imgcodecs3416"/>
<Library Value="opencv_imgproc3416"/>
<Library Value="opencv_core3416"/>
Expand Down

0 comments on commit 39b7ca3

Please sign in to comment.