Skip to content

Commit

Permalink
Improve build flags configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Jan 2, 2025
1 parent 6e40b29 commit 498f517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 90,7 @@ def mkconfig(srcpath, outpath, have_lohg_double=0):
include_dirs=[str(geographiclib_include)],
libraries=[],
language="c ",
extra_compile_args=["-std=c 0x", "-Wall", "-Wextra"],
extra_compile_args=["-std=c 11", "-Wall"],
)
outpath = geographiclib_include / "GeographicLib" / "Config.h"
mkconfig(SRCPATH, outpath)
Expand Down

0 comments on commit 498f517

Please sign in to comment.