#12 Test the debug build of Python: assert the -O flag
Closed 4 years ago by churchyard. Opened 4 years ago by churchyard.

We need to test and assert that the debug build was built with correct -O flag (-Og ATM). We also need to assert that extension modules are built with the same flag by default.

The build can be inspected trough build log or by analyzing the binary (not sure about the second).

The extension modules can be inspected by analyzing the stderr/stdout in current integration tests or by asking Python to provide the flags.


Metadata Update from @churchyard:
- Issue assigned to churchyard

4 years ago

Metadata Update from @churchyard:
- Issue status updated to: Closed (was: Open)

4 years ago

Login to comment on this ticket.

Metadata
Related Pull Requests
  • #13 Merged 4 years ago