Skip to content

Instantly share code, notes, and snippets.

@jpcima
Created October 21, 2019 20:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jpcima/a9d89fedbe7a972edbcf6d7c87f6b56a to your computer and use it in GitHub Desktop.
Save jpcima/a9d89fedbe7a972edbcf6d7c87f6b56a to your computer and use it in GitHub Desktop.
diff -ru mp3check-0.8.7.orig/Makefile mp3check-0.8.7/Makefile
--- mp3check-0.8.7.orig/Makefile 2012-06-05 00:33:07.000000000 +0200
+++ mp3check-0.8.7/Makefile 2019-10-21 22:10:22.062549973 +0200
@@ -3,8 +3,8 @@
# --- config ----------------------------------------------------------------
WARN = -Wall -W -g
-#OPT = -O2
-OPT =
+OPT = -O2 -fpermissive
+#OPT = -fpermissive
CPPFLAGS = $(ADDITIONAL_CPPFLAGS)
CXXFLAGS = $(WARN) $(OPT)
CXX = g++
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment