Skip to content

Commit

Permalink
build: Add -mnop-fun-dllimport
Browse files Browse the repository at this point in the history
  • Loading branch information
lhmouse committed Apr 20, 2022
1 parent 8b30940 commit 653173a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ NOTHING =
## Compiler options
AM_CPPFLAGS = -pipe -Wall -Wextra \
-include config.h -U_FORTIFY_SOURCE -D_WIN32_WINNT=0x0601 \
-mnop-fun-dllimport \
-f{strict-{aliasing,overflow},merge-all-constants} \
-fno-{math-errno,trapping-math,stack-protector} \
-Werror={conversion,sign-{compare,conversion},write-strings,return-type} \
Expand Down

0 comments on commit 653173a

Please sign in to comment.