Skip to content

Commit

Permalink
Don't overwrite CFLAGS/CXXFLAGS
Browse files Browse the repository at this point in the history
  • Loading branch information
pdesaulniers committed Nov 11, 2023
1 parent 0241aa0 commit d38cc33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ export DISTRHO_NAMESPACE = WolfShaperDISTRHO
export DGL_NAMESPACE = WolfShaperDGL
export FILE_BROWSER_DISABLED = true

export CFLAGS = -fno-fast-math
export CXXFLAGS = -fno-fast-math
export CFLAGS += -fno-fast-math
export CXXFLAGS += -fno-fast-math

include dpf/Makefile.base.mk

Expand Down

0 comments on commit d38cc33

Please sign in to comment.