Skip to content

Commit

Permalink
fix some code
Browse files Browse the repository at this point in the history
  • Loading branch information
onecoolx committed Feb 25, 2023
1 parent 01e9397 commit 41cc69e
Show file tree
Hide file tree
Showing 3 changed files with 232 additions and 231 deletions.
2 changes: 2 additions & 0 deletions build/configs.gypi
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@
'-Wall',
'-g',
'-fPIC',
'-std=c++11',
'-fno-rtti',
'-fno-exceptions',
'-Wno-unused-result',
Expand Down Expand Up @@ -180,6 +181,7 @@
'-O3',
'-Wall',
'-fPIC',
'-std=c++11',
'-fno-rtti',
'-fno-exceptions',
'-Wno-unused-result',
Expand Down
Loading

0 comments on commit 41cc69e

Please sign in to comment.