Skip to content

Commit

Permalink
makevars
Browse files Browse the repository at this point in the history
  • Loading branch information
pachadotdev committed Feb 5, 2024
1 parent 24ac57a commit f93d254
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions src/Makevars
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_CPPFLAGS = -I vendor /
# PKG_CPPFLAGS = -UDEBUG - g - I vendor /
PKG_CPPFLAGS = -I vendor/
# PKG_CPPFLAGS = -UDEBUG - g - I vendor/

# USE -O0 for debugging
# USE -O3 for production code
# PKG_CXXFLAGS = -Wall - O0 - pedantic
# PKG_CXXFLAGS = -Wall -O0 -pedantic

6 changes: 3 additions & 3 deletions src/Makevars.win
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PKG_CPPFLAGS = -I vendor /
# PKG_CPPFLAGS = -UDEBUG - g - I vendor /
PKG_CPPFLAGS = -I vendor/
# PKG_CPPFLAGS = -UDEBUG - g - I vendor/

# USE -O0 for debugging
# USE -O3 for production code
# PKG_CXXFLAGS = -Wall - O0 - pedantic
# PKG_CXXFLAGS = -Wall -O0 -pedantic

0 comments on commit f93d254

Please sign in to comment.